mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Adds qdel defines (#33991)
* Adds qdel defines * Adds qdel defines * halfway through fixes * rest of em * fixes * adds more * list in action --------- Co-authored-by: SECBATON GRIFFON <sage>
This commit is contained in:
@@ -36,8 +36,7 @@
|
||||
|
||||
/obj/structure/closet/cabinet/snow/Destroy()
|
||||
..()
|
||||
qdel(hanger_rail)
|
||||
hanger_rail = null
|
||||
QDEL_NULL(hanger_rail)
|
||||
|
||||
/obj/structure/hanger_rail
|
||||
icon = 'icons/obj/closet.dmi'
|
||||
|
||||
@@ -655,8 +655,7 @@
|
||||
|
||||
if(user.drop_item(W))
|
||||
to_chat(user, "<span class='notice'>You rig [src].</span>")
|
||||
qdel(W)
|
||||
W = null
|
||||
QDEL_NULL(W)
|
||||
rigged = 1
|
||||
return
|
||||
else if(istype(W, /obj/item/device/radio/electropack))
|
||||
|
||||
Reference in New Issue
Block a user