mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
makes it actually compliant to standard
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user