mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-05 21:33:58 +00:00
Warp Gates are now untouchable
This commit is contained in:
parent
cef474469a
commit
2dca5c2d43
@ -365,7 +365,7 @@ EX bool hornStuns(cell *c) {
|
|||||||
|
|
||||||
/** changing this wall for whatever reason may cause the game to crash */
|
/** changing this wall for whatever reason may cause the game to crash */
|
||||||
EX bool do_not_touch_this_wall(cell *c) {
|
EX bool do_not_touch_this_wall(cell *c) {
|
||||||
return among(c->wall, waMirrorWall, waBarrier, waRoundTable);
|
return among(c->wall, waMirrorWall, waBarrier, waRoundTable, waWarpGate);
|
||||||
}
|
}
|
||||||
|
|
||||||
EX bool is_paired(eMonster m) {
|
EX bool is_paired(eMonster m) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user