Merge pull request #11622 from Ghommie/Ghommie-cit643

Antags such as wizard and nuke ops are now flavorless. Also closet megafauna fix.
This commit is contained in:
Lin
2020-03-26 18:06:50 -05:00
committed by GitHub
4 changed files with 16 additions and 4 deletions
@@ -76,6 +76,7 @@ GLOBAL_LIST_EMPTY(antagonists)
remove_blacklisted_quirks()
if(is_banned(owner.current) && replace_banned)
replace_banned_player()
SEND_SIGNAL(owner.current, COMSIG_MOB_ANTAG_ON_GAIN, src)
/datum/antagonist/proc/is_banned(mob/M)
if(!M)