Merge pull request #9479 from lolman360/ltsurge

fixes bug with new surgerytools examine
This commit is contained in:
kevinz000
2019-10-15 23:04:15 -07:00
committed by GitHub
+4 -1
View File
@@ -29,7 +29,8 @@
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>")
. = ..()
to_chat(user, "<span class = 'notice> It resembles a [tool_behaviour == TOOL_RETRACTOR ? "retractor" : "hemostat"]. </span>")
/obj/item/retractor/augment
name = "retractor"
@@ -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