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:
Contrabang
2024-03-21 20:56:55 +00:00
committed by GitHub
parent f947204550
commit 323d23acc9
21 changed files with 417 additions and 399 deletions
+2 -2
View File
@@ -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"