Fixes missing return values in a few Destroy() procs (#8412)

This commit is contained in:
Erki
2020-03-13 23:13:07 -03:00
committed by GitHub
parent 59af1332b3
commit 83ec5e2737
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -914,7 +914,7 @@ var/list/total_extraction_beacons = list()
/obj/structure/extraction_point/Destroy()
total_extraction_beacons -= src
..()
. = ..()
/**********************Resonator**********************/