mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-28 02:21:53 +00:00
Batch of runtime fixes. (#49568)
* Fixes secret sauce recipe paper. * Fixes say runtime * Fixes modular computer on holodeck runtime * Fixes bee runtime * Fixes grav holopara runtime * Fixes olfaction runtime * Fixes zombie runtime. * Cleanup
This commit is contained in:
@@ -12,10 +12,11 @@
|
||||
var/obj/machinery/modular_computer/machinery_computer = null
|
||||
|
||||
/obj/item/modular_computer/processor/Destroy()
|
||||
. = ..()
|
||||
if(machinery_computer && (machinery_computer.cpu == src))
|
||||
machinery_computer.cpu = null
|
||||
machinery_computer.UnregisterSignal(src, COMSIG_ATOM_UPDATED_ICON)
|
||||
machinery_computer = null
|
||||
. = ..()
|
||||
|
||||
/obj/item/modular_computer/processor/New(comp)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user