mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Enables custom name/desc on recolourable glasses in the loadout (#18523)
* makes colourable glasses name/desc-able * cl
This commit is contained in:
@@ -171,4 +171,4 @@
|
||||
/datum/gear/eyes/colorable
|
||||
display_name = "colorable glasses"
|
||||
path = /obj/item/clothing/glasses/colorable
|
||||
flags = GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ALPHA_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ALPHA_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
|
||||
|
||||
Reference in New Issue
Block a user