1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

Protection from accidentally activating Flash/Lightning (not implemented)

This commit is contained in:
Zeno Rogue
2017-09-01 23:01:10 +02:00
parent c54ed7222f
commit 42da061f2f
2 changed files with 6 additions and 0 deletions

View File

@@ -1530,3 +1530,5 @@ void selectLanguageScreen();
bool inscreenrange(cell *c);
bool allowIncreasedSight();
static bool orbProtection(eItem it) { return false; } // not implemented