mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Various Issues Tracker Bugfixes (#22954)
Fixes https://github.com/Aurorastation/Aurora.3/issues/22674 Fixes https://github.com/Aurorastation/Aurora.3/issues/22682 Fixes https://github.com/Aurorastation/Aurora.3/issues/22766 Fixes https://github.com/Aurorastation/Aurora.3/issues/22767 - bugfix: "Fixes Mechatronic Fabricator's emissive overlay." - bugfix: "Fixes Hivenet Manifest hive color assignments." - bugfix: "Fixes Crew Manifest color defines." - bugfix: "Inbuilt /silicon modular computers no longer broken by EMPs." - bugfix: "Fixes energy gun desc_extended inheritances."
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
return INITIALIZE_HINT_QDEL
|
||||
. = ..()
|
||||
|
||||
/// Yes- they're computers. They're electronic. However, we don't want to disassemble a
|
||||
/// computer in a silicon's var/list/contents- let the silicon just be fucked up normally.
|
||||
/obj/item/modular_computer/silicon/emp_act(severity)
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
return
|
||||
|
||||
/obj/item/modular_computer/silicon/Destroy()
|
||||
computer_host = null
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user