diff --git a/code/game/mecha/mech_bay.dm b/code/game/mecha/mech_bay.dm index 6711072d565..a31918318a1 100644 --- a/code/game/mecha/mech_bay.dm +++ b/code/game/mecha/mech_bay.dm @@ -128,7 +128,7 @@ name = "Mech Bay Power Control Console" density = 1 anchored = 1 - icon = 'mech_bay.dmi' + icon = 'computer.dmi' icon_state = "recharge_comp" circuit = "/obj/item/weapon/circuitboard/mech_bay_power_console" var/autostart = 1 diff --git a/code/modules/chemical/Chemistry-Reagents.dm b/code/modules/chemical/Chemistry-Reagents.dm index 591b370cdb5..f6f2e49d5c1 100644 --- a/code/modules/chemical/Chemistry-Reagents.dm +++ b/code/modules/chemical/Chemistry-Reagents.dm @@ -1254,11 +1254,11 @@ datum synaptizine name = "Synaptizine" id = "synaptizine" - description = "Synaptizine is used to treat neuroleptic shock. Can be used to help remove disabling symptoms such as paralysis." + description = "Synaptizine is used to treat various diseases." reagent_state = LIQUID color = "#C8A5DC" // rgb: 200, 165, 220 - on_mob_life(var/mob/living/M as mob) +/* on_mob_life(var/mob/living/M as mob) Commented out with authorization of muskets and Urist. If you have a problem with this, take it up with them. if(!M) M = holder.my_atom M:silent = 0 M:drowsyness = 0 @@ -1266,7 +1266,7 @@ datum M:stunned = 0 M:weakened = 0 ..() - return + return */ impedrezene name = "Impedrezene" diff --git a/icons/misc/mech_bay.dmi b/icons/misc/mech_bay.dmi index bc2a2c3e284..a84d367eb61 100644 Binary files a/icons/misc/mech_bay.dmi and b/icons/misc/mech_bay.dmi differ diff --git a/icons/obj/computer.dmi b/icons/obj/computer.dmi index 779f54492f5..58212f88472 100644 Binary files a/icons/obj/computer.dmi and b/icons/obj/computer.dmi differ