Skip to content

Commit

Permalink
2/5/24 fixes (#797)
Browse files Browse the repository at this point in the history
* add peridaxon to the description of treat necrosis

* fix mention of [REDACTED]

* fix modlink

* fix missing wire nodes
  • Loading branch information
Kapu1178 authored Feb 5, 2024
1 parent 6f2ecdf commit 83dd613
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _maps/map_files/Theseus/Theseus.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -52763,6 +52763,9 @@
/obj/structure/cable/yellow{
icon_state = "3"
},
/obj/structure/cable/yellow{
icon_state = "2"
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/station/maintenance/starboard/lesser)
"qby" = (
Expand Down Expand Up @@ -60332,6 +60335,9 @@
/obj/structure/cable/yellow{
icon_state = "3"
},
/obj/structure/cable/yellow{
icon_state = "2"
},
/turf/open/floor/iron/dark,
/area/station/command/heads_quarters/ce)
"svS" = (
Expand Down
2 changes: 1 addition & 1 deletion code/modules/language/schechi.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/language/schechi
name = "Schechi"
desc = "The common language of the Kepori, consisting of miscellaneous chirps."
desc = "The common language of the Teshari, consisting of miscellaneous chirps."
key = "c"
space_chance = 40
syllables = list(
Expand Down
1 change: 1 addition & 0 deletions code/modules/surgery/new_surgery/internal_organs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
//////////////////////////////////////////////////////////////////
/datum/surgery_step/internal/treat_necrosis
name = "Treat necrosis"
desc = "Utilizes the restorative power of even the slightest amount of Peridaxon to restore functionality to an organ."
allowed_tools = list(
/obj/item/reagent_containers/dropper = 100,
/obj/item/reagent_containers/glass/bottle = 75,
Expand Down
Binary file modified icons/obj/clothing/neck.dmi
Binary file not shown.

0 comments on commit 83dd613

Please sign in to comment.