mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Unathi Religious Books (#16396)
* siakh book * autakh and skakh books * thakh book * finishes thah book and fixes some typos + loadout * autakh book nam
This commit is contained in:
@@ -125,6 +125,23 @@
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/religion/unathi_book
|
||||
display_name = "unathi religious texts"
|
||||
path = /obj/item/device/versebook/skakh
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/religion/unathi_book/New()
|
||||
..()
|
||||
var/list/unathi_book = list()
|
||||
unathi_book["Sk'akh Legends"] = /obj/item/device/versebook/skakh
|
||||
unathi_book["assorted Th'akh fables"] = /obj/item/device/versebook/thakh
|
||||
unathi_book["Reflections on the Aut'akh Faith"] = /obj/item/device/versebook/autakh
|
||||
unathi_book["Writings of Judizah Si'akh"] = /obj/item/device/versebook/siakh
|
||||
gear_tweaks += new /datum/gear_tweak/path(unathi_book)
|
||||
|
||||
/datum/gear/uniform/unathi
|
||||
display_name = "sinta tunic"
|
||||
path = /obj/item/clothing/under/unathi
|
||||
|
||||
Reference in New Issue
Block a user