mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fixes missing return values in a few Destroy() procs (#8412)
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
|
||||
/obj/item/mecha_equipment/crisis_drone/Destroy()
|
||||
STOP_PROCESSING(SSprocessing, src)
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/item/mecha_equipment/crisis_drone/uninstalled()
|
||||
. = ..()
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/datum/lock/Destroy()
|
||||
holder = null
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/datum/lock/proc/unlock(var/key = "", var/mob/user)
|
||||
if(status ^ LOCK_LOCKED)
|
||||
|
||||
@@ -914,7 +914,7 @@ var/list/total_extraction_beacons = list()
|
||||
|
||||
/obj/structure/extraction_point/Destroy()
|
||||
total_extraction_beacons -= src
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/**********************Resonator**********************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user