This commit is contained in:
lolman360
2019-10-13 18:07:25 +11:00
committed by GitHub
parent f57fa7f471
commit 3211138a75
+3
View File
@@ -29,6 +29,7 @@
icon_state = "retractor_a"
/obj/item/retractor/advanced/examine(mob/living/user)
. = ..()
to_chat(user, "<span class = 'notice> It resembles a retractor[tool_behaviour == TOOL_RETRACTOR ? "retractor" : "hemostat"]. </span>")
/obj/item/retractor/augment
@@ -131,6 +132,7 @@
icon_state = "surgicaldrill_a"
/obj/item/surgicaldrill/advanced/examine(mob/living/user)
. = ..()
to_chat(user, "<span class = 'notice> It's set to [tool_behaviour == TOOL_DRILL ? "drilling" : "mending"] mode.</span>")
/obj/item/surgicaldrill/augment
@@ -203,6 +205,7 @@
icon_state = "scalpel_a"
/obj/item/scalpel/advanced/examine(mob/living/user)
. = ..()
to_chat(user, "<span class = 'notice> It's set to [tool_behaviour == TOOL_SCALPEL ? "scalpel" : "saw"] mode. </span>")
/obj/item/scalpel/augment