mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Datumizes Wizards (#24702)
* fucking wizards * this too * this * i think thats it * okay lets do this * remove commented code * gdn review * welp * fix runtime * yes * lewc review
This commit is contained in:
@@ -647,9 +647,9 @@ GLOBAL_VAR_INIT(nologevent, 0)
|
||||
antag_list += "Cultist"
|
||||
if(M.mind in SSticker.mode.syndicates)
|
||||
antag_list += "Nuclear Operative"
|
||||
if(M.mind in SSticker.mode.wizards)
|
||||
if(iswizard(M))
|
||||
antag_list += "Wizard"
|
||||
if(M.mind in SSticker.mode.changelings)
|
||||
if(ischangeling(M))
|
||||
antag_list += "Changeling"
|
||||
if(M.mind in SSticker.mode.abductors)
|
||||
antag_list += "Abductor"
|
||||
|
||||
Reference in New Issue
Block a user