Files
Aurora.3/code/modules/background/citizenship/dionae.dm
Yonnimer 44f980f45c Adds some new EUM-centric things (#16076)
* Adds more EUM Origins

* Adds a new Dionae accent

* adds a new dionae accent2

* dionae religions p1

* dionae religions p2

* adds a missing "

* Adds a skrell EUM origin (credit to Brotendo)

* Adds the Skrell EUM accent (Credit to Brotendo)

* Adds the Skrell EUM accent (Credit to Brotendo)

* Adds some skrell religions to the nraldaaq origin

* Adds EUM Consulars(?)

i have no idea if this is gonna work lol

* sprites

* New accent sprites

* accents for real hopefully

* changelog

* removes a duped EUM consular thingy

* fixes

* \ not /

* error fixes

* fixes a space

* more error fixes

* Adds diona citizenship

* e

* o

* even more error fixes

* i had one job and i put a d not e

* Adds the EUM flag sprite

* Adds some new dionae clothing sprites

* Adds the floral tunic item

* Adds the eumponcho item (replace the placeholders)

* (Hopefully) does the eum poncho correctly

* Adds the eum flag

* Adds stuff to the loadout

* Adds an actual description for the poncho

* removes an extra space

* Adds an actual description to the poncho

* Fixes the dionae poncho not having a suit sprite

* Adds the blood eternal robes to the loadout

* Forgetti to add skrell_eum to possible origins

* ,

* accents merge fix

* letter fix

Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>

* letter fix2

Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>

* letter fix3

Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>

* letter fix4, revenge of copypasteing

Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>

* hopefully last letter fix

Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>

---------

Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>
2023-04-09 10:40:01 +00:00

30 lines
960 B
Plaintext

/datum/citizenship/eum
name = CITIZENSHIP_EUM
description = "Initially discovered by Skrell probes in 2342, Epsilon Ursea Minoris, or generally referred \
to as EUM, is a habitable world home to multiple Dionae civilizations and clusters. While not the homeworld \
of the species, EUM is the largest-known world to have been colonized exclusively by Dionae without contact \
or help from outside species, being home to the Dionae for thousands of years prior to discovery."
job_species_blacklist = list(
"Consular Officer" = list(
SPECIES_HUMAN,
SPECIES_HUMAN_OFFWORLD,
SPECIES_SKRELL,
SPECIES_IPC,
SPECIES_IPC_BISHOP,
SPECIES_IPC_G1,
SPECIES_IPC_G2,
SPECIES_IPC_SHELL,
SPECIES_IPC_UNBRANDED,
SPECIES_IPC_XION,
SPECIES_IPC_ZENGHU,
SPECIES_TAJARA,
SPECIES_TAJARA_MSAI,
SPECIES_TAJARA_ZHAN,
SPECIES_UNATHI,
SPECIES_VAURCA_WORKER,
SPECIES_VAURCA_WARRIOR,
SPECIES_VAURCA_BULWARK
)
)