diff --git a/complex.cpp b/complex.cpp index f66af4f1..aa8c236b 100644 --- a/complex.cpp +++ b/complex.cpp @@ -221,6 +221,8 @@ EX namespace elec { return isElectricLand(c) ? ecConductor : ecGrounded; if(c->wall == waBigTree || c->wall == waSmallTree) return ecGrounded; + if(among(c->wall, waRed1, waRed2, waRed3, waRubble, waDeadfloor2)) + return ecIsolator; if(c->wall == waBarrier) return ecIsolator; if(c->wall == waChasm)