trasa / watchmud

Simple gRPC based MUD server written in Go
MIT License
0 stars 0 forks source link

DROP causes item you're actively using to be dropped #30

Closed trasa closed 4 years ago

trasa commented 4 years ago

if you're wielding a knife, and you pick up another knife, and you type "drop knife", you'll (probably) drop the one you're wielding. This gets the equip command all confused, as it thinks you're still holding a knife but it's not in your inventory anymore. Note: this also happens if you only have one knife. Shouldn't be able to drop something in use.