mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Replaces outdated Tajaran political books with versebooks (#19870)
The Political books for PRA,DPRA, and NKA have been replaced with versebook equivalents, with extra quotes provided by Tajara Lore. PRA:  DPRA:  NKA:  --------- Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -380,7 +380,7 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
/datum/gear/accessory/tajaranbooks
|
||||
display_name = "tajaran political books"
|
||||
description = "Tajaran books on the Adhomian ideologies."
|
||||
path = /obj/item/book/manual/pra_manifesto
|
||||
path = /obj/item/device/versebook/pra
|
||||
sort_category = "Xenowear - Tajara"
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
@@ -388,9 +388,9 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
/datum/gear/accessory/tajaranbooks/New()
|
||||
..()
|
||||
var/list/card = list()
|
||||
card["hadiist manifesto"] = /obj/item/book/manual/pra_manifesto
|
||||
card["in defense of al'mari's legacy"] = /obj/item/book/manual/dpra_manifesto
|
||||
card["the new kingdom"] = /obj/item/book/manual/nka_manifesto
|
||||
card["hadiist manifesto"] = /obj/item/device/versebook/pra
|
||||
card["in defense of al'mari's legacy"] = /obj/item/device/versebook/dpra
|
||||
card["the new kingdom"] = /obj/item/device/versebook/nka
|
||||
gear_tweaks += new /datum/gear_tweak/path(card)
|
||||
|
||||
/datum/gear/tajaran_passports
|
||||
|
||||
Reference in New Issue
Block a user