Merge pull request #9933 from xxalpha/rapiddeconstructiondevice

Fixes RCD wall deconstruction runtime.
This commit is contained in:
phil235
2015-06-17 17:13:39 +02:00
+1 -1
View File
@@ -210,7 +210,7 @@ RCD
if(3)
if(istype(A, /turf/simulated/wall))
var/turf/simulated/wall/W
var/turf/simulated/wall/W = A
if(istype(W, /turf/simulated/wall/r_wall) && !canRwall)
return 0
if(checkResource(5, user))