VedVid / RAWIG

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

After inventory-related action (like consume medkit, or drop weapon) game should stay in menu or close menu immediately? #64

Open VedVid opened 5 years ago

Zireael07 commented 5 years ago

Does the action end player turn or is it "free"? If it ends player turn, it should probably close the menu, if the latter, stay.

VedVid commented 5 years ago

Huh, simple and logical, yet I didn't think about it. Thank you :)