mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
[MIRROR] Fixes some bad Destroy()s (#10629)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d5af465245
commit
5d2435611d
@@ -50,7 +50,7 @@
|
||||
my_hose = null
|
||||
if(carrier)
|
||||
carrier = null
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/item/hose_connector/Initialize(mapload)
|
||||
. = ..()
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
/obj/item/hose_connector/input/active/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/item/hose_connector/input/active/Initialize(mapload)
|
||||
. = ..()
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
/obj/item/hose_connector/output/active/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/item/hose_connector/output/active/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
/obj/item/stack/hose/Destroy()
|
||||
remembered = null
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/item/stack/hose/CtrlClick(mob/user)
|
||||
if(remembered)
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
QDEL_NULL(InputSocket)
|
||||
QDEL_NULL(OutputSocket)
|
||||
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/structure/reagent_dispensers/Initialize(mapload)
|
||||
var/datum/reagents/R = new/datum/reagents(5000)
|
||||
|
||||
Reference in New Issue
Block a user