Commit Graph

10 Commits

Author SHA1 Message Date
590d4640dd Implement craft on benches
Initially just a stove
Also update Rust.
2023-07-24 22:46:50 +10:00
b3cbc9f544 Add a bookshop, and add getting things from containers
The book doesn't yet contain recipes, but when it does, we will be
able to get things out of it to use in the non-improv crafting system
(to be implemented).
2023-07-14 23:15:30 +10:00
ea45530a39 Apply limits on carrying capacity, and make roboporter strong. 2023-07-11 21:23:34 +10:00
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