mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Antagonist reputation system (#35485)
* Implement antagonist reputation system * Cleanup * Quadruple point values, maybe a bit underwhelming before * Simple feedback changes. Waiting on input on a couple questions for the other requests. * * Comment out unnecessary variable * Half of the requested changes (testing in game pending, standby) * Last set of changes. This should be finished now. * Remove line causing a warning to fix Travis build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user