Adds logging to failed gamemode startups (#38735)

* Adds logging to failed gamemode startups

* ]

* While i'm here
This commit is contained in:
AnturK
2018-06-27 16:12:35 +02:00
committed by yogstation13-bot
parent cdcd8ed54c
commit 27963e1855
10 changed files with 23 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
changeling.restricted_roles = restricted_jobs
return 1
else
setup_error = "Not enough changeling candidates"
return 0
/datum/game_mode/changeling/post_setup()