Merge pull request #6735 from Citadel-Station-13/upstream-merge-37816

[MIRROR] Fixes bike horn attack
This commit is contained in:
CitadelStationBot
2018-05-13 18:58:40 -05:00
committed by GitHub
+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>")