Merge pull request #1489 from Citadel-Station-13/upstream-merge-27960

[MIRROR] [READY] Gang Points Refactor - Now stored in the gang datum
This commit is contained in:
LetterJay
2017-06-09 09:37:58 -05:00
committed by GitHub
11 changed files with 145 additions and 65 deletions

View File

@@ -99,7 +99,7 @@ GLOBAL_VAR_INIT(highlander, FALSE)
var/datum/gang/multiverse/G = new(src, "[H.real_name]")
SSticker.mode.gangs += G
G.bosses += H.mind
G.bosses[H.mind] = 0 //No they don't use influence but this prevents runtimes.
G.add_gang_hud(H.mind)
H.mind.gang_datum = G