Update changeling.dm

This commit is contained in:
Nich
2018-08-26 20:24:59 +02:00
committed by GitHub
parent dab3d3f53f
commit 56063a99cd

View File

@@ -72,7 +72,7 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
for(var/datum/mind/changeling in changelings)
//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
//new_antag.team_mode = TRUE //yogs - lol
changeling.add_antag_datum(new_antag)
..()