makes it actually compliant to standard

This commit is contained in:
morrowwolf
2018-07-17 07:05:55 -06:00
parent 1070e827a3
commit d5540cd9bb
11 changed files with 12 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
GLOB.changeling_team_objective_type = pick(possible_team_objectives)
for(var/datum/mind/changeling in changelings)
//log_game("[key_name(changeling)] has been selected as a changeling") - yog redundant
//log_game("[key_name(changeling)] has been selected as a changeling") | yogs - redundant
var/datum/antagonist/changeling/new_antag = new()
new_antag.team_mode = TRUE
changeling.add_antag_datum(new_antag)