mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Datum antag wizard. (#31449)
* Wizard datum * This can go in this one actually * Old proc * Delete equipment * Academy wizard datum * didn't notice the spawn before * otufit * Some special_role removal
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
if(H.stat == DEAD || !(H.client))
|
||||
continue
|
||||
if(H.mind)
|
||||
if(H.mind.special_role == "Wizard" || H.mind.special_role == "apprentice" || H.mind.special_role == "survivalist")
|
||||
if(iswizard(H) || H.mind.special_role == "survivalist")
|
||||
continue
|
||||
if(prob(survivor_probability) && !(H.mind in SSticker.mode.traitors))
|
||||
SSticker.mode.traitors += H.mind
|
||||
|
||||
Reference in New Issue
Block a user