Skip to content

Commit

Permalink
Update gamemode_subsystem.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Oct 22, 2023
1 parent 476f3e2 commit 98190db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions monkestation/code/modules/storytellers/gamemode_subsystem.dm
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ SUBSYSTEM_DEF(gamemode)
else if (observers && isobserver(player))
candidate_candidates += player
else if (living_players && isliving(player))
if(!ishuman(player))
continue
if(player.mind.special_role)
continue
if(!(player.z in SSmapping.levels_by_trait(ZTRAIT_STATION)))
continue
candidate_candidates += player
Expand Down

0 comments on commit 98190db

Please sign in to comment.