mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Adds a voidtamer-unique lantern (#22716)
Includes a new voidic lantern for the voidtamer ship crew and as a loadout item for the culture It's a buffed lantern able to barely sustain a dionae, its a little stong but only locked to the one specific culture and ship by default, i'm not sure if it'll spawn in the warehouse tbh, but it's fine if it does --------- Signed-off-by: Yonnimer <31339047+Yonnimer@users.noreply.github.com>
This commit is contained in:
@@ -202,6 +202,16 @@ ABSTRACT_TYPE(/datum/gear/suit/diona)
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/diona_voidtamer)
|
||||
|
||||
/datum/gear/voidtamer_lantern
|
||||
display_name = "voidic lantern"
|
||||
description = "A strange lantern mounted on a metallic stick, draped in carphide. When activated, it ignites a gaseous system resembling a nebula."
|
||||
path = /obj/item/flashlight/lantern/voidtamer
|
||||
cost = 3 //This is capable of sustaining dionae so should be a little more expensive
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/diona_voidtamer)
|
||||
|
||||
//skrell shared things
|
||||
|
||||
/datum/gear/accessory/capes/diona
|
||||
|
||||
Reference in New Issue
Block a user