Commit Graph

5 Commits

Author SHA1 Message Date
a68955deab Remove separate explicit messages from all room broadcasts 2023-12-29 22:45:32 +11: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
cf0d2f740b Apply dodge penalty from armour. 2023-05-28 21:59:09 +10:00
2747dddd90 Allow buying, wearing and removing clothes.
Step 2 will be to make clothes serve a functional purpose as armour.
2023-05-23 20:37:27 +10:00