feartheblackout
2024-06-20 10:16:58 +00:00
committed by GitHub
parent dacb5bf71f
commit 71ef6c3bcd
9 changed files with 107 additions and 6 deletions
@@ -23,3 +23,6 @@
return rep_objectives
/datum/citizenship/proc/get_records_name()
return name
+1 -1
View File
@@ -1,6 +1,6 @@
/datum/citizenship/none
name = CITIZENSHIP_NONE
description = "Not being a citizen of any state is a common situation for owned ipcs and dionae."
description = "Not being a citizen of any state is a common situation for owned IPCs and Dionae."
/datum/citizenship/golden_deep
name = CITIZENSHIP_GOLDEN
@@ -218,3 +218,16 @@
if(!visualsOnly)
addtimer(CALLBACK(src, PROC_REF(send_representative_mission), H), 5 MINUTES)
return TRUE
/datum/citizenship/liikenka
name = CITIZENSHIP_LIIKENKA
description = "A group of Punished C'thur residing in Phoenixport and on Mictlan, the majority of Lii'kenka opt to remain undercover as \
members of the C'thur brood in disguise, falsifying their Vaurca Office of Administrative Services documents in order to have fake Nralakk Federation citizenship."
job_species_blacklist = list(
"Consular Officer" = ALL_SPECIES,
"Diplomatic Aide" = ALL_SPECIES
)
/datum/citizenship/liikenka/get_records_name()
return CITIZENSHIP_NRALAKK
@@ -6,7 +6,8 @@
/singleton/origin_item/origin/mouv,
/singleton/origin_item/origin/vytel,
/singleton/origin_item/origin/xetl,
/singleton/origin_item/origin/klatxatl
/singleton/origin_item/origin/klatxatl,
/singleton/origin_item/origin/liikenka
)
origin_traits_descriptions = list("can speak Nral'malic")
@@ -54,8 +55,17 @@
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_NONE)
/singleton/origin_item/origin/klatxatl
name = "Klatxatl"
name = "Klat'xatl"
desc = "This term is employed for the 'Punished' or rejected groups of the C'thur. In a short time, they have lost ties with the broader Hive, and have formed a culture of their own."
possible_accents = list(ACCENT_CTHUR, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_NONE)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_OTHER, RELIGION_NONE)
/singleton/origin_item/origin/liikenka
name = "Lii'kenka"
desc = "The Lii'kenka are a group of Punished Vaurcae who reside primarily in Phoenixport and on Mictlan. Preferring to be called the Kynyk among themselves, most remain in secrecy."
important_information = "Playing as an undercover Lii'kenka could result in your character being punished by the Stellar Corporate Conglomerate or the C'thur Hive. Lii'kenka born before 2461 will match the carapace color of the C'thur brood, while younger Lii'kenka will have slightly off coloration. Undercover Lii'kenka should take the corresponding citizenship option, while those who openly identify as Kynyk should publicly declare no citizenship."
possible_accents = list(ACCENT_CTHUR, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_LIIKENKA, CITIZENSHIP_NONE)
possible_religions = list(RELIGION_HIVEPANTHEON, RELIGION_PREIMMINENNCE, RELIGION_OTHER, RELIGION_NONE)