mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 09:57:49 +01:00
Even BETTER logic.
This commit is contained in:
@@ -259,6 +259,9 @@
|
||||
if(is_centcom_level(player.z))
|
||||
living_players -= player // We don't autotator people in CentCom
|
||||
continue
|
||||
if(is_away_level(player.z))
|
||||
living_players -= player //We also don't autotator people in exiled roles / VR
|
||||
continue
|
||||
if(player.mind && (player.mind.special_role || player.mind.antag_datums?.len > 0))
|
||||
living_players -= player // We don't autotator people with roles already
|
||||
|
||||
|
||||
Reference in New Issue
Block a user