Antagonist reputation system
This commit is contained in:
committed by
CitadelStationBot
parent
3690cf3309
commit
44dc6ac3a0
@@ -45,7 +45,7 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
|
||||
for(var/i = 0, i < num_changelings, i++)
|
||||
if(!antag_candidates.len)
|
||||
break
|
||||
var/datum/mind/changeling = pick(antag_candidates)
|
||||
var/datum/mind/changeling = antag_pick(antag_candidates)
|
||||
antag_candidates -= changeling
|
||||
changelings += changeling
|
||||
changeling.special_role = ROLE_CHANGELING
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
for(var/j = 0, j < num_changelings, j++)
|
||||
if(!possible_changelings.len)
|
||||
break
|
||||
var/datum/mind/changeling = pick(possible_changelings)
|
||||
var/datum/mind/changeling = antag_pick(possible_changelings)
|
||||
antag_candidates -= changeling
|
||||
possible_changelings -= changeling
|
||||
changeling.special_role = ROLE_CHANGELING
|
||||
|
||||
Reference in New Issue
Block a user