mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 14:17:12 +01:00
stuff
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/datum/gear/shoes/footwraps
|
||||
name = "Cloth Footwraps"
|
||||
path= /obj/item/clothing/shoes/footwraps
|
||||
|
||||
|
||||
/datum/gear/shoes/invisiboots
|
||||
name = "Invisifiber Footwraps"
|
||||
path= /obj/item/clothing/shoes/invisiboots
|
||||
@@ -36,3 +36,7 @@
|
||||
|
||||
/datum/gear/shoes/puttee
|
||||
restricted_roles = list("Security Officer", "Warden", "Head of Security", "Brig Physician", "Blueshield")
|
||||
|
||||
/datum/gear/shoes/highheel_sandals
|
||||
name = "High-heel Sandals"
|
||||
path = /obj/item/clothing/shoes/highheel_sandals
|
||||
|
||||
@@ -146,3 +146,19 @@
|
||||
path = /obj/item/clothing/under/goner/fake/poly
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||
loadout_initial_colors = list("#E6E6E6")
|
||||
|
||||
/datum/gear/uniform/leia_outfit
|
||||
name = "Princess Leia Putfit"
|
||||
path = /obj/item/clothing/under/misc/leia_outfit
|
||||
|
||||
/datum/gear/uniform/leia_outfit/red
|
||||
name = "Red Princess Leia Outfit"
|
||||
path = /obj/item/clothing/under/misc/leia_outfit/red
|
||||
|
||||
/datum/gear/uniform/leia_outfit/blue
|
||||
name = "Blue Princess Leia Outfit"
|
||||
path = /obj/item/clothing/under/misc/leia_outfit/blue
|
||||
|
||||
/datum/gear/uniform/performer/polychromic
|
||||
name = "Polychromic performers one piece"
|
||||
path = /obj/item/clothing/under/performer/polychromic
|
||||
|
||||
Reference in New Issue
Block a user