Part 2
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
/obj/item/retractor/advanced/examine(mob/living/user)
|
||||
. = ..()
|
||||
to_chat(user, "<span class = 'notice> It resembles a [tool_behaviour == TOOL_RETRACTOR ? "retractor" : "hemostat"]. </span>")
|
||||
. += "<span class = 'notice> It resembles a [tool_behaviour == TOOL_RETRACTOR ? "retractor" : "hemostat"]. </span>"
|
||||
|
||||
/obj/item/retractor/augment
|
||||
name = "retractor"
|
||||
@@ -133,7 +133,7 @@
|
||||
|
||||
/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>")
|
||||
. += "<span class = 'notice> It's set to [tool_behaviour == TOOL_DRILL ? "drilling" : "mending"] mode.</span>"
|
||||
|
||||
/obj/item/surgicaldrill/augment
|
||||
name = "surgical drill"
|
||||
@@ -206,7 +206,7 @@
|
||||
|
||||
/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>")
|
||||
. += "<span class = 'notice> It's set to [tool_behaviour == TOOL_SCALPEL ? "scalpel" : "saw"] mode. </span>"
|
||||
|
||||
/obj/item/scalpel/augment
|
||||
name = "scalpel"
|
||||
|
||||
Reference in New Issue
Block a user