mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Stops autotraitor grabbing minds from the lobby for antag roles.
This commit is contained in:
@@ -515,6 +515,8 @@ var/global/list/additional_antag_types = list()
|
||||
for(var/mob/player in player_list)
|
||||
if(!player.client)
|
||||
continue
|
||||
if(istype(player, /mob/new_player))
|
||||
continue
|
||||
if(!role || (player.client.prefs.be_special & role))
|
||||
log_debug("[player.key] had [antag_id] enabled, so we are drafting them.")
|
||||
candidates |= player.mind
|
||||
|
||||
Reference in New Issue
Block a user