From e90b47280043a0f78a19b38403c8ba9fd966c8fc Mon Sep 17 00:00:00 2001 From: xxalpha Date: Sat, 13 Jun 2015 13:17:02 +0100 Subject: [PATCH] Fixed RCD wall deconstruction runtime. --- code/game/objects/items/weapons/RCD.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/RCD.dm b/code/game/objects/items/weapons/RCD.dm index 07ea6047cde..59301721989 100644 --- a/code/game/objects/items/weapons/RCD.dm +++ b/code/game/objects/items/weapons/RCD.dm @@ -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))