mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge pull request #48597 from spessbandit/examination
Clicking a sign examinates it.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user