Skip to content

Commit

Permalink
Description Updates (#8524)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
sgtmind and TheShown911 committed Sep 14, 2024
1 parent 207d817 commit 976a40f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/game/machinery/autolathe/autolathe.dm
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/excelsior/autolathe.dm
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 3 additions & 1 deletion code/modules/core_implant/cruciform/machinery/obelisk.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 976a40f

Please sign in to comment.