Merge pull request #11988 from PsiOmegaDelta/160115-IAmALittleBitSpecial(InTheHead)

Makes special role preferences a list, instead of flag entry.
This commit is contained in:
Ccomp5950
2016-02-02 15:26:09 -05:00
34 changed files with 241 additions and 270 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
progress++
if(progress >= MAX_PROGRESS)
for(var/mob/M in dead_mob_list)
if(istype(M,/mob/dead) && M.client && M.client.prefs && (M.client.prefs.be_special & BE_ALIEN))
if(istype(M,/mob/dead) && M.client && M.client.prefs && (MODE_XENOMORPH in M.client.prefs.be_special_role))
M << "<span class='notice'>An alien is ready to hatch! ([ghost_follow_link(src, M)]) (<a href='byond://?src=\ref[src];spawn=1'>spawn</a>)</span>"
processing_objects -= src
update_icon()