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

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>")

View File

@@ -31,10 +31,6 @@
update_static_data(owner, ui)
. = TRUE
/datum/orbit_menu/ui_data(mob/user)
var/list/data = list()
return data
/datum/orbit_menu/ui_static_data(mob/user)
var/list/data = list()
@@ -96,6 +92,7 @@
)
if(SSticker && SSticker.mode)
other_antags += list(
"Blob" = (mind.special_role == SPECIAL_ROLE_BLOB),
"Cultist" = (mind in SSticker.mode.cult),
"Wizard" = (mind in SSticker.mode.wizards),
"Wizard's Apprentice" = (mind in SSticker.mode.apprentices),