-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathcitizenship_other.dm
More file actions
29 lines (26 loc) · 968 Bytes
/
citizenship_other.dm
File metadata and controls
29 lines (26 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/decl/background_detail/citizenship/other
name = "Other Polity"
uid = "stateless_citizenship"
description = "You are from one of the many small, relatively unknown powers scattered across the galaxy."
language = /decl/language/human/common
secondary_langs = list(
/decl/language/human/common,
/decl/language/sign
)
/decl/background_detail/citizenship/stateless
name = "Stateless"
uid = "stateless"
description = "You do not possess any kind of official citizenship."
economic_power = 0
capital = "None"
/decl/background_detail/citizenship/synthetic
name = "Stateless Drone"
uid = "stateless_drone"
description = "Drones are considered property in most systems. Thus, statelessness is ubiqtuous for them."
secondary_langs = list(
/decl/language/machine,
/decl/language/human/common,
/decl/language/sign
)
/decl/background_detail/citizenship/synthetic/sanitize_background_name(new_name)
return sanitize_name(new_name, allow_numbers = TRUE)