Files
CHOMPStation2/code/modules/client/preferences_factions.dm

9 lines
415 B
Plaintext

//Commenting this out for now until I work the lists it into the event generator/journalist/chaplain.
/proc/UpdateFactionList(mob/living/carbon/human/M)
/*if(M && M.client && M.client.prefs)
GLOB.seen_citizenships |= M.client.prefs.citizenship
GLOB.seen_systems |= M.client.prefs.home_system
GLOB.seen_factions |= M.client.prefs.faction
GLOB.seen_religions |= M.client.prefs.religion*/
return