Ports TG stamp sound effect (#20087)

This commit is contained in:
Henri215
2023-01-07 16:55:55 -03:00
committed by GitHub
parent 04c0704302
commit f3fa59a5c0
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -434,6 +434,7 @@
stamp(P)
to_chat(user, "<span class='notice'>You stamp the paper with your rubber stamp.</span>")
playsound(user, 'sound/items/handling/standard_stamp.ogg', 50, vary = TRUE)
if(is_hot(P))
if(HAS_TRAIT(user, TRAIT_CLUMSY) && prob(10))
+1
View File
@@ -15,6 +15,7 @@
/obj/item/stamp/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] stamps 'VOID' on [user.p_their()] forehead, then promptly falls over, dead.</span>")
playsound(user, 'sound/items/handling/standard_stamp.ogg', 50, vary = TRUE)
return OXYLOSS
/obj/item/stamp/qm