Skip to content

Commit

Permalink
Update code/game/gamemodes/cm_initialize.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
vero5123 and Drulikar committed Apr 4, 2024
1 parent 1157b0b commit d3a9ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/gamemodes/cm_initialize.dm
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ Additional game mode variables.

var/selected_spawn = tgui_input_list(original, "Where do you want you and your hive to spawn?", "Queen Spawn", spawn_list_map, QUEEN_SPAWN_TIMEOUT, theme="hive_status")
if(hive.living_xeno_queen)
to_chat(original, SPAN_XENOANNOUNCE("You have taken too long to pick a spawn location, a queen has already evolved before you."))
player.send_to_lobby()
if(!selected_spawn)
selected_spawn = pick(spawn_list_map)
Expand Down

0 comments on commit d3a9ee7

Please sign in to comment.