mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
implemented curses
This commit is contained in:
1
game.cpp
1
game.cpp
@@ -296,6 +296,7 @@ EX void placeGolem(cell *on, cell *moveto, eMonster m) {
|
||||
EX bool multiRevival(cell *on, cell *moveto) {
|
||||
int fl = 0;
|
||||
if(items[itOrbAether]) fl |= P_AETHER;
|
||||
if(items[itCurseWater]) fl |= P_WATERCURSE;
|
||||
if(items[itOrbFish]) fl |= P_FISH;
|
||||
if(items[itOrbWinter]) fl |= P_WINTER;
|
||||
if(passable(on, moveto, fl)) {
|
||||
|
Reference in New Issue
Block a user