Adds Sk'akh as a religion option for Unathi Wastelanders (#19690)

title

> Chiefly, they follow the Th’akh religion, though some among them may
have different opinions, or even dip into Sk’akhism.
@RustingWithYou
This commit is contained in:
feartheblackout
2024-07-27 10:09:43 +00:00
committed by GitHub
parent e55adbaf7d
commit 2a8d6acd86
2 changed files with 59 additions and 1 deletions
@@ -59,7 +59,7 @@
desc = "The Wastelanders carved out a life for themselves amidst nuclear devastation. Si'akh managed to abuse the despair and pain of these Unathi to form a cult of personality for himself, as well as a new religion. Banditry remains common as new tribes and clans form in the desert wastes, but there is still hope. The Oasis Clans and some other settlements have made new towns and villages where life is starting to recuperate and find normalcy again. Still, every day is a struggle, and whenever there is an opportunity to flee offworld, it is taken eagerly."
possible_accents = list(ACCENT_WASTELAND)
possible_citizenships = list(CITIZENSHIP_IZWESKI, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
possible_religions = list(RELIGION_THAKH, RELIGION_SIAKH, RELIGION_OTHER, RELIGION_NONE)
possible_religions = list(RELIGION_THAKH, RELIGION_SIAKH, RELIGION_SKAKH, RELIGION_OTHER, RELIGION_NONE)
origin_traits_descriptions = list("have a small resistance to radiation")
/singleton/origin_item/origin/wastelander/on_apply(var/mob/living/carbon/human/H)