added family gavel

This commit is contained in:
Sishen
2019-06-10 09:55:23 -04:00
parent 9f80fbe68b
commit 400ad0b03b
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
if("Atmospheric Technician")
heirloom_type = /obj/item/extinguisher/mini/family
if("Lawyer")
heirloom_type = /obj/item/storage/briefcase/lawyer/family
heirloom_type = /obj/item/gavelhammer/family
if("Janitor")
heirloom_type = /obj/item/mop
if("Security Officer")
+4
View File
@@ -13,6 +13,10 @@
attack_verb = list("bashed", "battered", "judged", "whacked")
resistance_flags = FLAMMABLE
/obj/item/gavelhammer/family
name = "gavel hammer"
desc = "The gavel of your forefathers. Treat with care."
/obj/item/gavelhammer/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] has sentenced [user.p_them()]self to death with [src]! It looks like [user.p_theyre()] trying to commit suicide!</span>")
playsound(loc, 'sound/items/gavel.ogg', 50, 1, -1)