Lyle-Tafoya / Omega

My C++ fork of the 1987 roguelike "Omega"
GNU General Public License v3.0
29 stars 3 forks source link

Once-per-hour checks should also check the day #23

Closed Lyle-Tafoya closed 11 months ago

Lyle-Tafoya commented 11 months ago

Some items can only be used once per hour, such as the helm of teleportation and the holy symbol. When they check whether it has already been used in the current hour of the day, they fail to check whether it is a different day. If it is a different day, then you should be able to use the item again, regardless of whether the hour of the day is the same.