mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
Merge remote-tracking branch 'upstream/dev' into 150907-UplinkUses
This commit is contained in:
@@ -438,6 +438,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