Merge pull request #14264 from dzahlus/pain-emote-updates

Pain emote is now added to getting wounded! As well as more pain sounds
This commit is contained in:
silicons
2021-02-21 14:56:26 -07:00
committed by GitHub
9 changed files with 3 additions and 2 deletions
+1
View File
@@ -134,6 +134,7 @@
if(status_effect_type)
linked_status_effect = victim.apply_status_effect(status_effect_type, src)
SEND_SIGNAL(victim, COMSIG_CARBON_GAIN_WOUND, src, limb)
victim.emote("pain")
if(!victim.alerts["wound"]) // only one alert is shared between all of the wounds
victim.throw_alert("wound", /obj/screen/alert/status_effect/wound)