mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Merge pull request #9933 from xxalpha/rapiddeconstructiondevice
Fixes RCD wall deconstruction runtime.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user