From b91d86abcdf37a7fd0361807e38c507bb7aa8938 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Wed, 29 Apr 2015 20:26:59 -0700 Subject: [PATCH] Makes RCD qdel doors This still doesn't fix the turf-not-updating bug, but it does make the RCD qdel doors. --- 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 c2f37d4a455..3ad8dd7a509 100644 --- a/code/game/objects/items/weapons/RCD.dm +++ b/code/game/objects/items/weapons/RCD.dm @@ -156,7 +156,7 @@ RCD if(do_after(user, 50)) if(!useResource(20, user)) return 0 activate() - del(A) + qdel(A) return 1 return 0 return 0