mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Merge pull request #22364 from Cyberboss/patch-13
Fixes a gravgen Destroy runtime
This commit is contained in:
@@ -64,9 +64,10 @@ var/const/GRAV_NEEDS_WRENCH = 3
|
||||
stat &= ~BROKEN
|
||||
|
||||
/obj/machinery/gravity_generator/part/Destroy()
|
||||
set_broken()
|
||||
if(main_part)
|
||||
qdel(main_part)
|
||||
return QDEL_HINT_LETMELIVE
|
||||
set_broken()
|
||||
return ..()
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user