mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Adds a colourable exo-stellar sekeleton (#21073)
Adds a colourable exoskeleton offworlders can choose instead of the current one. It does the exact same things as the standard exoskeleton, the only difference is that you can change how it looks. <img width="766" height="576" alt="image" src="https://github.com/user-attachments/assets/5ee0af71-042c-4249-bd4c-8005cf1cb406" />
This commit is contained in:
@@ -84,6 +84,13 @@
|
||||
whitelisted = list(SPECIES_HUMAN_OFFWORLD)
|
||||
sort_category = "Xenowear - Human"
|
||||
|
||||
/datum/gear/offworlder_rig/colorable
|
||||
display_name = "colorable exo-stellar skeleton"
|
||||
path = /obj/item/rig/light/offworlder/colorable
|
||||
whitelisted = list(SPECIES_HUMAN_OFFWORLD)
|
||||
sort_category = "Xenowear - Human"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/offworlder_card
|
||||
display_name = "scarab passblade"
|
||||
path = /obj/item/clothing/accessory/badge/passcard/scarab
|
||||
|
||||
Reference in New Issue
Block a user