mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
a few qdel_null's
This commit is contained in:
@@ -279,8 +279,7 @@ RCD
|
||||
return 0
|
||||
activate()
|
||||
var/turf/T1 = get_turf(A)
|
||||
qdel(A)
|
||||
A = null
|
||||
QDEL_NULL(A)
|
||||
for(var/obj/structure/window/W in T1.contents)
|
||||
W.disassembled = 1
|
||||
W.density = 0
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
src.smoke.attach(src)
|
||||
|
||||
Destroy()
|
||||
qdel(smoke)
|
||||
smoke = null
|
||||
QDEL_NULL(smoke)
|
||||
return ..()
|
||||
|
||||
prime()
|
||||
|
||||
Reference in New Issue
Block a user