[READY] Gang Points Refactor - Now stored in the gang datum

This commit is contained in:
CitadelStationBot
2017-06-08 14:46:07 -05:00
parent 00790c0fdd
commit 1658e48bc1
11 changed files with 145 additions and 65 deletions
+1 -1
View File
@@ -243,7 +243,7 @@
if(!is_gangster(user))
var/datum/gang/multiverse/G = new(src, "[user.real_name]")
SSticker.mode.gangs += G
G.bosses += user.mind
G.bosses[user.mind] = 0
G.add_gang_hud(user.mind)
user.mind.gang_datum = G
to_chat(user, "<span class='warning'><B>With your new found power you could easily conquer the station!</B></span>")