mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-09-01 16:37:38 +01:00
fixes mech RCDing indestructible walls (#16348)
* no just no * this is probably good
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
switch(mode)
|
||||
if(0)
|
||||
if(istype(target, /turf/simulated/wall))
|
||||
if(istype(target, /turf/simulated/wall/r_wall) && !canRwall)
|
||||
if((istype(target, /turf/simulated/wall/r_wall) && !canRwall) || istype(target, /turf/simulated/wall/indestructible))
|
||||
return 0
|
||||
var/turf/simulated/wall/W = target
|
||||
occupant_message("Deconstructing [target]...")
|
||||
|
||||
Reference in New Issue
Block a user