mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Merge pull request #13550 from Incoming5643/new_wizard_meta_just_look_for_the_people_who_arent_fucked_up
Apprentice clean up / bugfixes
This commit is contained in:
@@ -310,6 +310,9 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
|
||||
if("wizard")
|
||||
if(M.mind in ticker.mode.wizards)
|
||||
return 2
|
||||
if("apprentice")
|
||||
if(M.mind in ticker.mode.apprentices)
|
||||
return 2
|
||||
if("monkey")
|
||||
if(M.viruses && (locate(/datum/disease/transformation/jungle_fever) in M.viruses))
|
||||
return 2
|
||||
|
||||
Reference in New Issue
Block a user