mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
9 lines
415 B
Plaintext
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
|