mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
IPC - Citizenship and accents for IPC's (#9445)
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
/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
|
||||
description = "The Golden Deep is a collection of free synthetics united by the pursuit of power through currency and trade. \
|
||||
While freely operating in the Frontier, they only recently revealed their existence to the rest of humanity and as such, their \
|
||||
presence in Tau Ceti is limited to merchants and other clerical industries. A highly competitive people; members of the \
|
||||
Golden Deep who find themselves in human space are known as 'affiliates', and find themselves ostracized and cut off from the \
|
||||
Frontier collective. Due to their peerless skill in business and clerical duties, affiliates share warm relations with NanoTrasen and \
|
||||
find themselves the target of job opportunities in exchange for citizenship."
|
||||
consular_outfit = /datum/outfit/job/representative/consular/golden
|
||||
|
||||
/datum/outfit/job/representative/consular/golden
|
||||
name = "Golden Deep Consular Officer"
|
||||
|
||||
uniform = /obj/item/clothing/under/suit_jacket/burgundy
|
||||
backpack_contents = list(
|
||||
/obj/item/gun/energy/pistol = 1
|
||||
)
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#define CITIZENSHIP_ZORA "Zo'ra Hive"
|
||||
|
||||
#define CITIZENSHIP_NONE "None"
|
||||
#define CITIZENSHIP_GOLDEN "Golden Deep"
|
||||
|
||||
//religion defines
|
||||
#define RELIGION_NONE "None"
|
||||
|
||||
Reference in New Issue
Block a user