mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Adds an origin and culture system to govern possible faction items, citizenships, accents, religions. (#13400)
This commit is contained in:
@@ -292,6 +292,8 @@ var/list/gear_datums = list()
|
||||
var/list/allowed_roles //Roles that can spawn with this item.
|
||||
var/whitelisted //Term to check the whitelist for..
|
||||
var/faction //Is this item whitelisted for a faction?
|
||||
var/list/culture_restriction //Is this item restricted to certain cultures? The contents are paths.
|
||||
var/list/origin_restriction //Is this item restricted to certain origins? The contents are paths.
|
||||
var/sort_category = "General"
|
||||
var/list/gear_tweaks = list() //List of datums which will alter the item after it has been spawned.
|
||||
var/flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
Reference in New Issue
Block a user