mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Fixes missing return values in a few Destroy() procs (#8412)
This commit is contained in:
@@ -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