mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +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."
|
||||
|
||||
@@ -841,6 +841,12 @@ BLIND // can't see anything
|
||||
desc = "A blindfold that covers the eyes, this one seems to be made of thinner material."
|
||||
tint = TINT_NONE // It's practically a fluff thing anyway, so.
|
||||
|
||||
/obj/item/clothing/glasses/sunglasses/blindfold/scc_sleepmask
|
||||
name = "\improper SCC Sleepmask"
|
||||
desc = "A sleep mask, branded with the unmistakable logo of the Stellar Corporate Conglomerate. A small tag on the inside indicates it is a Nyx-brand Sleep Mask, produced by Idris Incorporated for Stellar Corporate Conglomerate vessels."
|
||||
icon_state = "scc_sleepmask"
|
||||
item_state = "scc_sleepmask"
|
||||
|
||||
/obj/item/clothing/glasses/sunglasses/blinders
|
||||
name = "vaurcae blinders"
|
||||
desc = "Specially designed Vaurca blindfold, designed to let in just enough light to see."
|
||||
|
||||
@@ -27,3 +27,15 @@
|
||||
desc = "Slippers made to look like baby carp, but on your feet! Squeeeeeee!!"
|
||||
item_state = "carpslippers"
|
||||
icon_state = "carpslippers"
|
||||
|
||||
/obj/item/clothing/shoes/slippers/recolourable_slippers
|
||||
desc = "A pair of simple slippers, in a variety of colours."
|
||||
name = "slippers"
|
||||
icon_state = "colourslippers"
|
||||
item_state = "colourslippers"
|
||||
|
||||
/obj/item/clothing/shoes/slippers/scc_slippers
|
||||
desc = "A pair of simple slippers, branded with the unmistakable logo of the Stellar Corporate Conglomerate. A small logo on the inside indicates it is a pair of Nyx-brand slippers, produced by Idris Incorporated for Stellar Corporate Conglomerate vessels."
|
||||
name = "\improper SCC Slippers"
|
||||
icon_state = "sccslippers"
|
||||
item_state = "sccslippers"
|
||||
|
||||
Reference in New Issue
Block a user