AntagHUD Blob

This commit is contained in:
SabreML
2021-09-18 11:21:47 +01:00
parent c2eb9f1ee9
commit 2b3a4a3def
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -27,6 +27,7 @@
var/mob/living/simple_animal/mouse/blobinfected/B = new(vent.loc)
var/mob/M = pick(candidates)
B.key = M.key
B.mind.special_role = SPECIAL_ROLE_BLOB
SSticker.mode.update_blob_icons_added(B.mind)
to_chat(B, "<span class='userdanger'>You are now a mouse, infected with blob spores. Find somewhere isolated... before you burst and become the blob! Use ventcrawl (alt-click on vents) to move around.</span>")