mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Adds a Vysokan origin for IPCs. (#14461)
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
possible_origins = list(
|
||||
/decl/origin_item/origin/ipc_xanu,
|
||||
/decl/origin_item/origin/ipc_himeo,
|
||||
/decl/origin_item/origin/ipc_assunzione
|
||||
/decl/origin_item/origin/ipc_assunzione,
|
||||
/decl/origin_item/origin/ipc_vysoka
|
||||
)
|
||||
|
||||
/decl/origin_item/origin/ipc_xanu
|
||||
@@ -42,3 +43,11 @@
|
||||
possible_accents = ACCENTS_ALL_IPC_SOL
|
||||
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_NONE)
|
||||
possible_religions = list(RELIGION_TRINARY)
|
||||
|
||||
/decl/origin_item/origin/ipc_vysoka
|
||||
name = "Free System of Vysoka"
|
||||
desc = "Whilst the population of Synthetics on Vysoka is rather small, a number of both free and owned synthetics exist across the city states and rural areas of the planet, primarily concentrated in the developed city states with infrastructure to support them. However, some hosts maintain Synthetics through solar power or other small-scale methods. Synthetics can be found performing many duties across the planet, from security or engineering work to acting as advisors to Hosts. Treatment of Synthetics is dependent on their ability to prove the presence of an Aruhuin in their body, the spirits of the local religion, Stolitism. IPCs who fail to prove this spiritual presence, especially free ones, face discrimination and violence from the locals."
|
||||
important_information = "Due to local laws on Vysoka, Shells are exceedingly rare, with the only ones existing on the planet being those owned by Idris Incorporated."
|
||||
possible_accents = list(ACCENT_SOL, ACCENT_COC, ACCENT_NCF, ACCENT_VYSOKA, ACCENT_TTS)
|
||||
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_NONE)
|
||||
possible_religions = list(RELIGION_NONE, RELIGION_OTHER)
|
||||
@@ -436,7 +436,7 @@ datum/gear/suit/colorvest
|
||||
description = "A selection of Vysokan chokhas."
|
||||
path = /obj/item/clothing/suit/storage/vysoka
|
||||
flags = GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
origin_restriction = list(/decl/origin_item/origin/vysoka)
|
||||
origin_restriction = list(/decl/origin_item/origin/vysoka, /decl/origin_item/origin/ipc_vysoka)
|
||||
|
||||
/datum/gear/suit/vysoka/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user