mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Fixes gravity generator hard del (#85390)
## About The Pull Request Tin.  ## Why It's Good For The Game Less hard dels is a good thing generally ## Changelog Not player facing
This commit is contained in:
@@ -78,6 +78,7 @@ GLOBAL_LIST_EMPTY(gravity_generators)
|
||||
/obj/machinery/gravity_generator/part/Destroy()
|
||||
atom_break()
|
||||
if(main_part)
|
||||
main_part.generator_parts -= src
|
||||
UnregisterSignal(main_part, COMSIG_ATOM_UPDATED_ICON)
|
||||
main_part = null
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user