scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

minor location cleanups #490

Closed scrom closed 8 years ago

scrom commented 8 years ago

Tree in atrium should handle "climb" cat should handle "get" / "pick up" Wiring loom in servery should handle play with wires (it's in the location description but not defined as a scenery object)

scrom commented 8 years ago

picking cat up is now properly handled

scrom commented 8 years ago

climbing tree is now handled

scrom commented 8 years ago

wiring loom is slightly more tricky as I want to injure the player too - time to add more custom action support in :)

scrom commented 8 years ago

done