From 976a40f305a4b64527e52d7a7fd8074e3e283f63 Mon Sep 17 00:00:00 2001 From: sgtmind <60451694+sgtmind@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:37:04 -0400 Subject: [PATCH] Description Updates (#8524) * description-changes-1 * FIXING IDIOTIC ERROR * Error tw * Update code/game/machinery/autolathe/autolathe.dm * Update code/game/machinery/excelsior/autolathe.dm * Fixed abbreviation --------- Co-authored-by: TheShown911 <61743710+TheShown911@users.noreply.github.com> --- code/game/machinery/autolathe/autolathe.dm | 2 +- code/game/machinery/excelsior/autolathe.dm | 2 +- code/modules/core_implant/cruciform/machinery/obelisk.dm | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/code/game/machinery/autolathe/autolathe.dm b/code/game/machinery/autolathe/autolathe.dm index d7e3c0b5113..d456713d775 100644 --- a/code/game/machinery/autolathe/autolathe.dm +++ b/code/game/machinery/autolathe/autolathe.dm @@ -1,6 +1,6 @@ /obj/machinery/autolathe name = "autolathe" - desc = "It produces items using metal and glass." + desc = "A general purpose fabricator capable of producing nearly any item you need, provided you have the necessary materials and design disks." icon = 'icons/obj/machines/autolathe.dmi' description_info = "Can be upgraded to print faster, cheaper or hold more material. Can recycle items by trying to insert them as material" icon_state = "autolathe" diff --git a/code/game/machinery/excelsior/autolathe.dm b/code/game/machinery/excelsior/autolathe.dm index 282d706e158..aebde0d8c95 100755 --- a/code/game/machinery/excelsior/autolathe.dm +++ b/code/game/machinery/excelsior/autolathe.dm @@ -1,6 +1,6 @@ /obj/machinery/autolathe/excelsior name = "excelsior autoforge" - desc = "It produces items using metal and glass." + desc = "A general purpose fabricator capable of producing nearly any item you may need for the revolution, provided you have the necessary materials and design disks" icon = 'icons/obj/machines/excelsior/autolathe.dmi' description_info = "A highly efficient autoforge, can also employ biomatter printing" icon_state = "stanok" diff --git a/code/modules/core_implant/cruciform/machinery/obelisk.dm b/code/modules/core_implant/cruciform/machinery/obelisk.dm index 6d61fe40688..337ba08b737 100644 --- a/code/modules/core_implant/cruciform/machinery/obelisk.dm +++ b/code/modules/core_implant/cruciform/machinery/obelisk.dm @@ -2,7 +2,9 @@ GLOBAL_LIST_EMPTY(all_obelisk) /obj/machinery/power/nt_obelisk name = "NeoTheology's obelisk" - desc = "The obelisk." + desc = "An obelisk of the Church which grants protection and strength to those who bear cruciforms." + description_info = "Obelisks help provide observation for the Eye, alongside granting faster sanity regeneration to NeoTheology faithful. In addition, when \"active\", they will repel weeds and damage hostile fauna such as roaches within range." + description_antag = "Obelisks weaken carrions and mutants within range. They also dampen the effects of certain artifacts such as the Von-Krabin Stimulator." icon = 'icons/obj/neotheology_machinery.dmi' icon_state = "nt_obelisk" //TODO: