Merge pull request #37816 from YPOQ/bikehornfix

Fixes bike horn attack
This commit is contained in:
vuonojenmustaturska
2018-05-13 20:11:08 +03:00
committed by letterjay
parent ca86c93e70
commit 9d4fe1d85c
+1
View File
@@ -118,6 +118,7 @@
/obj/item/bikehorn/attack(mob/living/carbon/M, mob/living/carbon/user)
M.SendSignal(COMSIG_ADD_MOOD_EVENT, "honk", /datum/mood_event/honk)
return ..()
/obj/item/bikehorn/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] solemnly points the horn at [user.p_their()] temple! It looks like [user.p_theyre()] trying to commit suicide!</span>")