Files
CHOMPStation2/code/modules/client/preferences_factions.dm
CHOMPStation2StaffMirrorBot 2c9453b5c3 [MIRROR] var/global/list -> GLOB. conversion (#11193)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-07-16 00:24:42 +02:00

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