Antagonist reputation system

This commit is contained in:
Sirenfal
2018-03-02 14:38:26 -06:00
committed by CitadelStationBot
parent 3690cf3309
commit 44dc6ac3a0
29 changed files with 252 additions and 20 deletions
+1 -1
View File
@@ -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