Add blood splatter events to a few places (#95457)

## About The Pull Request

Adds `/datum/mood_event/splattered_with_blood` to two places you are
explicitly splattered with blood

## Why It's Good For The Game

Consistency 

## Changelog

🆑 Melbert
qol: More places causes the "splattered with blood" mood event
/🆑
This commit is contained in:
MrMelbert
2026-03-22 23:09:24 -05:00
committed by GitHub
parent 4720cfe6f1
commit 24aa9b1faa
2 changed files with 2 additions and 1 deletions
@@ -111,6 +111,7 @@
for(var/mob/living/mob_in_turf in messy_turf)
mob_in_turf.visible_message(span_danger("[mob_in_turf] is splattered with blood!"), span_userdanger("You're splattered with blood!"))
mob_in_turf.add_blood_DNA(list("Non-human DNA" = random_human_blood_type()))
mob_in_turf.add_mood_event("splattered_with_blood", /datum/mood_event/splattered_with_blood)
playsound(mob_in_turf, 'sound/effects/splat.ogg', 50, TRUE, extrarange = SILENCED_SOUND_EXTRARANGE)
return ..()
@@ -243,4 +244,3 @@
maxHealth = 2
minion_path = null
gold_core_spawnable = NO_SPAWN