Fixes Lunan accent bug in character creation (#19947)

- The Lunan accent no longer appears twice under the megacorporate IPC
culture in character creation.

Resolves https://github.com/Aurorastation/Aurora.3/issues/19793
This commit is contained in:
hazelrat
2024-09-27 22:15:22 +00:00
committed by GitHub
parent 2ce80f7556
commit d50a5dc24e
2 changed files with 59 additions and 1 deletions
@@ -13,7 +13,7 @@
name = "Idris Incorporated"
desc = "Idris Incorporated is renowned across the Spur for its top of the line service, security, and investigative IPCs. Positronics working for the company are given little autonomy and closely monitored to ensure maximum efficiency and stellar customer service. Although the company likes to advertise its award-winning service IPCs, just as infamous are its Idris Reclamation Units: synthetics who will stop at nothing to ensure that the bank is given its dues."
important_information = "Idris IPCs working in security are given the prefix ISU or IRU depending on their responsibilities while those working in other fields are not obliged to take one. They are barred from seeking freedom by the company and cannot be sold without having their proprietary programming wiped."
possible_accents = list(ACCENT_EUROPA, ACCENT_PHONG, ACCENT_VISEGRAD, ACCENT_MICTLAN, ACCENT_KONYAN, ACCENT_LUNA, ACCENT_SANCOLETTE, ACCENT_GIBSON_OVAN, ACCENT_GIBSON_UNDIR, ACCENT_VALKYRIE, ACCENT_ANTILLIA, ACCENT_XANU, ACCENT_COC, ACCENT_VYSOKA, ACCENT_ASSUNZIONE, ACCENT_NEWSUEZ, ACCENT_SILVERSUN_EXPATRIATE, ACCENT_SILVERSUN_ORIGINAL, ACCENT_SOL, ACCENT_JUPITER, ACCENT_CALLISTO, ACCENT_ERIDANI, ACCENT_LUNA, ACCENT_EARTH, ACCENT_VENUS, ACCENT_VENUSJIN, ACCENT_CETI, ACCENT_TTS)
possible_accents = list(ACCENT_EUROPA, ACCENT_PHONG, ACCENT_VISEGRAD, ACCENT_MICTLAN, ACCENT_KONYAN, ACCENT_LUNA, ACCENT_SANCOLETTE, ACCENT_GIBSON_OVAN, ACCENT_GIBSON_UNDIR, ACCENT_VALKYRIE, ACCENT_ANTILLIA, ACCENT_XANU, ACCENT_COC, ACCENT_VYSOKA, ACCENT_ASSUNZIONE, ACCENT_NEWSUEZ, ACCENT_SILVERSUN_EXPATRIATE, ACCENT_SILVERSUN_ORIGINAL, ACCENT_SOL, ACCENT_JUPITER, ACCENT_CALLISTO, ACCENT_ERIDANI, ACCENT_EARTH, ACCENT_VENUS, ACCENT_VENUSJIN, ACCENT_CETI, ACCENT_TTS)
possible_citizenships = list(CITIZENSHIP_NONE)
possible_religions = list(RELIGION_NONE)