Honkbot tweaks (#15808)

This commit is contained in:
Ryal
2021-04-05 15:56:57 +01:00
committed by GitHub
parent 08df09afb8
commit 93a0f58f21
3 changed files with 33 additions and 4 deletions
@@ -135,6 +135,16 @@
playsound (src, 'sound/instruments/trombone/Cn4.mid', 100,1,-1)
..()
/obj/item/instrument/trombone/sad
name = "sad trombone"
desc = "Wah. Waah. Waaah. Waaaaaaah."
force = 0
attack_verb = list("Wahed", "Waahed", "Waaahed", "Honked")
/obj/item/instrument/trombone/sad/attack(mob/living/carbon/C, mob/user)
playsound(loc, 'sound/misc/sadtrombone.ogg', 50, 1, -1)
..()
/obj/item/instrument/recorder
name = "recorder"
desc = "Just like in school, playing ability and all."