michaelchadwick / gemwarrior-ruby

A (not-quite-so) simple (anymore) text RPG/adventure made as a RubyGem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using herb tries to "drop" it, which gives you a prompt

michaelchadwick opened this issue · comments

Consumable items that immediately go away on use should not prompt.

Created separate methods in the inventory class for dropping (user) and removing (system), which removes this prompt.