mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Implements the Biesel Constitution (#14016)
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
backpack_contents = list(
|
||||
/obj/item/storage/box/ceti_visa = 1,
|
||||
/obj/item/storage/box/tcfl_pamphlet = 1,
|
||||
/obj/item/device/versebook/biesel = 1, //constitution
|
||||
/obj/item/stamp/biesel = 1,
|
||||
/obj/item/gun/energy/pistol = 1
|
||||
)
|
||||
|
||||
@@ -327,7 +327,7 @@
|
||||
|
||||
/datum/gear/gadbook
|
||||
display_name = "gadpathurian morale manual"
|
||||
path = /obj/item/device/litanybook/gadpathur
|
||||
path = /obj/item/device/versebook/gadpathur
|
||||
origin_restriction = list(/decl/origin_item/origin/gadpathur)
|
||||
|
||||
/datum/gear/aurora_miniature
|
||||
|
||||
@@ -152,5 +152,5 @@
|
||||
|
||||
/datum/gear/religion/dominia/codex
|
||||
display_name = "tribunal codex"
|
||||
path = /obj/item/device/litanybook
|
||||
path = /obj/item/device/versebook/tribunal
|
||||
culture_restriction = list(/decl/origin_item/culture/dominia, /decl/origin_item/culture/dominian_unathi)
|
||||
Reference in New Issue
Block a user