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

Add item names for inventory #5

Closed rabdill closed 10 years ago

rabdill commented 10 years ago

When an item is picked up ("take pistol"), it should be able to have a different name when viewed in the player's inventory ("Marlo's pistol").

rabdill commented 10 years ago

Done; "name" parameter in item listing is the one now added to the inventory, rather than the one the user types to pick it up.