diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index d1aa3bf78b3..8e1ea58632c 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -66,7 +66,7 @@ RefreshParts() /obj/machinery/autolathe/upgraded/gamma/New() - ..() + . = ..() component_parts = list() component_parts += new /obj/item/circuitboard/autolathe(null) component_parts += new /obj/item/stock_parts/matter_bin/super(null) @@ -75,10 +75,9 @@ component_parts += new /obj/item/stock_parts/manipulator/pico(null) component_parts += new /obj/item/stack/sheet/glass(null) RefreshParts() - hacked = TRUE /obj/machinery/autolathe/upgraded/gamma/Initialize() - ..() + . = ..() adjust_hacked(TRUE) /obj/machinery/autolathe/Destroy() diff --git a/code/game/mecha/combat/marauder.dm b/code/game/mecha/combat/marauder.dm index 21c12422a5f..4e719a32b9b 100644 --- a/code/game/mecha/combat/marauder.dm +++ b/code/game/mecha/combat/marauder.dm @@ -45,8 +45,8 @@ ME.attach(src) /obj/mecha/combat/marauder/ares - desc = "Heavy-duty, combat exosuit, adapted from rejected early versions of the Marauder to serve as a biohazard containment exosuit. This model, albeit rare, can be found among civilian populations." name = "Ares" + desc = "Heavy-duty, combat exosuit, adapted from rejected early versions of the Marauder to serve as a biohazard containment exosuit. This model, albeit rare, can be found among civilian populations." icon_state = "ares" initial_icon = "ares" operation_req_access = list(ACCESS_SECURITY) diff --git a/code/game/mecha/mecha_wreckage.dm b/code/game/mecha/mecha_wreckage.dm index 722c0fa8fa7..c9ea0992c21 100644 --- a/code/game/mecha/mecha_wreckage.dm +++ b/code/game/mecha/mecha_wreckage.dm @@ -131,7 +131,7 @@ /obj/structure/mecha_wreckage/ares name = "\improper Ares wreckage" icon_state = "ares-broken" - desc = "The truth is you lost an expensive piece of nanotrasen-issue equipment. That suit is going to come out of your pay, and you will remain in this corporation until you are five hundred and ten years old, which is the number of years it will take for you to pay for an Ares Biohazard Containment Exosuit you have lost!" + desc = "The truth is you lost an expensive piece of Nanotrasen-issue equipment. That suit is going to come out of your pay, and you will remain in this corporation until you are five hundred and ten years old, which is the number of years it will take for you to pay for an Ares Biohazard Containment Exosuit you have lost!" /obj/structure/mecha_wreckage/mauler name = "\improper Mauler wreckage"