fixup to isElectricLand

This commit is contained in:
Zeno Rogue
2020-03-07 04:47:10 +01:00
parent a1eab8d183
commit 0a1d29ad1a
+1 -1
View File
@@ -343,7 +343,7 @@ EX void bfs() {
}
if(c2->wall == waCharged) elec::havecharge = true;
if(c2->land == laStorms) elec::haveelec = true;
if(isElectricLand(c2)) elec::haveelec = true;
if(c2->land == laWhirlpool) havewhat |= HF_WHIRLPOOL;
if(c2->land == laWhirlwind) havewhat |= HF_WHIRLWIND;