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