Removes gangs (#30056)

This commit is contained in:
MoreRobustThanYou
2017-08-31 16:31:49 -04:00
committed by Leo
parent 6ca67d35e4
commit c48def94d8
37 changed files with 36 additions and 2338 deletions

View File

@@ -74,12 +74,7 @@ GLOBAL_LIST_INIT(huds, list(
//MOB PROCS
/mob/proc/reload_huds()
var/gang_huds = list()
if(SSticker.mode)
for(var/datum/gang/G in SSticker.mode.gangs)
gang_huds += G.ganghud
for(var/datum/atom_hud/hud in (GLOB.huds|gang_huds|GLOB.active_alternate_appearances))
for(var/datum/atom_hud/hud in (GLOB.huds|GLOB.active_alternate_appearances))
if(hud && hud.hudusers[src])
hud.add_hud_to(src)