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
@@ -37,7 +37,7 @@
var/datum/team/brother_team/team = new
var/team_size = prob(10) ? min(3, possible_brothers.len) : 2
for(var/k = 1 to team_size)
var/datum/mind/bro = pick(possible_brothers)
var/datum/mind/bro = antag_pick(possible_brothers)
possible_brothers -= bro
antag_candidates -= bro
team.add_member(bro)