mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Recolourable slippers and SCC-branded slippers and a sleep mask (#22008)
What the title says, really. Adds generic recolourable slippers to the load-out and the recovery ward (couldn't think of anywhere else to put them), and SCC-branded slippers and a sleep mask. Fyni mentioned these offhandedly once, like how some airlines will hand out branded sleep masks and slippers to first class travelers, so I thought it'd be kinda funny. Might add them to more places if people have suggestions of where to, however I'm probably not going to add the SCC-branded stuff to the load-out. <img width="1280" height="960" alt="Export" src="https://github.com/user-attachments/assets/eef5c383-77fb-451a-b96e-a818ef4d9d95" />
This commit is contained in:
@@ -152,6 +152,12 @@
|
||||
slippers["worn bunny slippers"] = /obj/item/clothing/shoes/slippers/worn
|
||||
gear_tweaks += new /datum/gear_tweak/path(slippers)
|
||||
|
||||
/datum/gear/shoes/recolourable_slippers
|
||||
display_name = "slippers (colourable)"
|
||||
description = "Slippers, in a selection of colours."
|
||||
path = /obj/item/clothing/shoes/slippers/recolourable_slippers
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/shoes/recolourable_shoes
|
||||
display_name = "shoe selection (colourable)"
|
||||
description = "Shoes, in a selection of colors."
|
||||
|
||||
Reference in New Issue
Block a user