Fixes slime enrage message (#6890)

* /datum/ai_holder/simple_mob/xenobio_slime doesn't tell everyone it's angry

* non-red slimes still give big warning on enrage
This commit is contained in:
Atermonera
2020-03-29 14:54:20 -07:00
committed by VirgoBot
parent 26a2a8504d
commit f95db1f5bd

View File

@@ -133,7 +133,7 @@
return
rabid = TRUE
my_slime.update_mood()
my_slime.visible_message(span("danger", "\The [src] enrages!"))
my_slime.visible_message(span("danger", "\The [my_slime] enrages!"))
// Called when using a pacification agent (or it's Kendrick being initalized).
/datum/ai_holder/simple_mob/xenobio_slime/proc/pacify()