rabdill / bishops_map_legacy

A data-driven text adventure engine written in Python. (No longer active; being ported to Javascript.)
0 stars 0 forks source link

Generic "inspect" command can't be disabled #11

Open rabdill opened 9 years ago

rabdill commented 9 years ago

With items that include an "inspect" command in them, you can limit the states they can be inspected from -- i.e., "You can't inspect that after you take it," or "You can't inspect that after you inspect it."

With items that include NO inspect command, it will return "Nothing spectacular about it" so long as it's still in the room.

rabdill commented 9 years ago

Maybe the "take" command SHOULD MEAN IT'S NO LONGER IN THE ROOM?! Use the new "changes" functionality in item actions to remove the whole damn thing from the room.