Commit Graph

7 Commits

Author SHA1 Message Date
261151881d Refactor to move command queue to item.
This is the start of being able to implement following in a way that
works for NPCs, but it isn't finished yet. It does mean NPCs can do
things like climb immediately, and will make it far simpler for NPCs
to do other player-like actions in the future.
2023-06-20 22:53:46 +10:00
3292dcc13b Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
936fcc6dde Refactor to make death more than a boolean (what organs left) 2023-04-23 22:31:31 +10:00
ed3d77dcbe Allow (un)installation of scanlocks. 2023-04-21 23:33:23 +10:00
3bd0412e4a Allow people to join, leave, and fire from corps. 2023-03-25 00:58:19 +11:00
d4fd71d839 Improve get targeting with 'all' option. 2023-02-20 22:27:43 +11:00
25cfda033b Implement get command to pick things up. 2023-02-20 16:33:53 +11:00