[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

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

View File

@@ -164,6 +164,9 @@
icon_state = "bling"
item_color = "bling"
/obj/item/clothing/neck/necklace/dope/gang_contraband_value()
return 2
////////////////
//OONGA BOONGA//
////////////////