ASteinheiser / react-rpg.com

Turn-based, Dungeon-crawling, RPG made with React + Redux. Play it now on https://react-rpg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transitioning to a map with an opening message will always display the message even if the message has been seen

Alphanumber opened this issue · comments

The player can transition back and forth between maps and the opening message will display every time when transitioning to the map with a message.

Good catch! Maybe we add a flag to each map called "messageOpened" or something, if a message was shown.