Merge pull request #48597 from spessbandit/examination

Clicking a sign examinates it.
This commit is contained in:
skoglol
2020-01-07 11:03:42 +01:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
@@ -24,6 +24,12 @@
if(BURN)
playsound(loc, 'sound/items/welder.ogg', 80, TRUE)
/obj/structure/sign/attack_hand(mob/user)
. = ..()
if(.)
return
user.examinate(src)
/obj/structure/sign/attackby(obj/item/I, mob/user, params)
if(I.tool_behaviour == TOOL_WRENCH && buildable_sign)
user.visible_message("<span class='notice'>[user] starts removing [src]...</span>", \
@@ -93,7 +93,7 @@
/obj/structure/sign/warning/testchamber
name = "\improper TESTING AREA"
desc = "A sign that warns of high power testing equipment in the area. That's either a really powerful laser... or a satellite landing on some person's head."
desc = "A sign that warns of high-power testing equipment in the area. That's either a really powerful laser... or a satellite landing on some person's head."
icon_state = "testchamber"
/obj/structure/sign/warning/firingrange
@@ -113,7 +113,7 @@
/obj/structure/sign/warning/gasmask
name = "\improper CONTAMINATED AIR"
desc = "A sign that warns of dangerous particulates in the air, instructing you to wear a filtration device.."
desc = "A sign that warns of dangerous particulates in the air, instructing you to wear a filtration device."
icon_state = "gasmask"
/obj/structure/sign/warning/chemdiamond