Adds "antagonist" message when polymorphed into Xenomorph (#18631)

* Adds "antagonist" message when polymorphed into xenomorph

* Changed text type to userdanger

* Oops
This commit is contained in:
FloFluoro
2022-07-30 12:15:16 +01:00
committed by GitHub
parent a24c1c4299
commit b9bfae5009
@@ -221,6 +221,7 @@
else
new_mob = new /mob/living/carbon/alien/humanoid/sentinel(M.loc)
new_mob.universal_speak = TRUE
to_chat(M, "<span class='userdanger'>Your consciousness is subsumed by a distant hivemind... you feel murderous hostility towards non-xenomorph life!</span>")
if("animal")
if(prob(50))
var/beast = pick("carp","bear","mushroom","statue", "bat", "goat", "tomato")