mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Witch Blood of Caria (Again) (#22865)
- Adds the Caria origin, by request of human lore. Carians are vulnrable to light, but have low light vision. - Adds the Caria accent. - Adds Carian flags, available in the loadout. - Adds the Carian tribunal necklace, available in the loadout. - All description are by Schwann. - All sprites are by me. --------- Signed-off-by: Fyni <itsfyni@gmail.com> Signed-off-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com> Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com>
This commit is contained in:
@@ -294,6 +294,7 @@
|
||||
banners["banner, Burzsia"] = /obj/item/flag/burzsia
|
||||
banners["banner, HPS Narrows"] = /obj/item/flag/narrows
|
||||
banners["banner, Zhurong"] = /obj/item/flag/zhurong
|
||||
banners["banner, Caria"] = /obj/item/flag/caria
|
||||
gear_tweaks += new /datum/gear_tweak/path(banners)
|
||||
|
||||
/datum/gear/standard
|
||||
@@ -400,6 +401,7 @@
|
||||
flags["flag, Burzsia"] = /obj/item/flag/burzsia/l
|
||||
flags["flag, HPS Narrows"] = /obj/item/flag/narrows/l
|
||||
flags["flag, Zhurong"] = /obj/item/flag/zhurong/l
|
||||
flags["flag, Caria"] = /obj/item/flag/caria/l
|
||||
gear_tweaks += new /datum/gear_tweak/path(flags)
|
||||
|
||||
/datum/gear/towel
|
||||
|
||||
@@ -157,6 +157,11 @@ ABSTRACT_TYPE(/datum/gear/religion/dominia)
|
||||
path = /obj/item/clothing/accessory/dominia/lyodii
|
||||
culture_restriction = list(/singleton/origin_item/culture/dominia)
|
||||
|
||||
/datum/gear/religion/dominia/accessory/caria
|
||||
display_name = "carian tribunal necklace"
|
||||
path = /obj/item/clothing/accessory/dominia/caria
|
||||
culture_restriction = list(/singleton/origin_item/culture/dominia)
|
||||
|
||||
/datum/gear/religion/dominia/accessory/tic
|
||||
display_name = "retired tribunal investigator card selection"
|
||||
description = "A selection of cards identifying the user as a retired tribunal investigator."
|
||||
|
||||
Reference in New Issue
Block a user