1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-25 02:47:40 +00:00

floor riles for Ruins and Switch

This commit is contained in:
Zeno Rogue
2018-01-04 13:48:31 +01:00
parent 075c8da3d3
commit 3b95a9e94f
3 changed files with 18 additions and 2 deletions

View File

@@ -7005,7 +7005,7 @@ void terracotta() {
}
}
eMonster passive_switch;
eMonster passive_switch = moSwitch2;
void checkSwitch() {
passive_switch = (gold() & 1) ? moSwitch1 : moSwitch2;