Lyle-Tafoya / Omega

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

Player should not receive confirmation prompt when 'v'aulting to a location they cannot see #17

Open Lyle-Tafoya opened 1 year ago

Lyle-Tafoya commented 1 year ago

If the player cannot see a square they are vaulting to, they should suffer any consequences without warning, whether that be drowning, taking damage from jumping into a wall, or anything else. It should not be possible to gain information about an unseen square by 'v'ault testing it.