mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
* The Pumped Up Kicks Update Shoes. New shoes. Look at them. * WELCOME TO THE UNDERGROUND * for the love of crust * turns out a var already existed for that but was never implemented ffs * face it you're never going to make it * these are winter boots * removes Paradox's Thinly Veiled Fetish * shiit * Apply suggestions from code review * Update code/modules/clothing/shoes/oxfords.dm Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * oops * fuck this file * nice balls, bro * check out how hard i can pee * pissing on the moon * caligaeae * pee pee poo poo man * fixes * damn you * merge fixes * knees more * damn you merge conflict * fix * fixes 2 * riding boots * truly, this fixes things * dammit ctrl s --------- Co-authored-by: Cody Brittain <cbrittain10@yahoo.com>
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
/obj/item/clothing/shoes/laceup
|
|
name = "black oxford shoes"
|
|
desc = "The height of fashion, and they're pre-polished!"
|
|
icon = 'icons/obj/item/clothing/shoes/oxford.dmi'
|
|
contained_sprite = TRUE
|
|
species_restricted = list("exclude",BODYTYPE_VAURCA_BREEDER,BODYTYPE_VAURCA_WARFORM,BODYTYPE_TESLA_BODY)
|
|
icon_state = "oxford_black"
|
|
item_state = "oxford_black"
|
|
|
|
/obj/item/clothing/shoes/laceup/grey
|
|
name = "grey oxford shoes"
|
|
icon_state = "oxford_grey"
|
|
item_state = "oxford_grey"
|
|
|
|
/obj/item/clothing/shoes/laceup/brown
|
|
name = "brown oxford shoes"
|
|
icon_state = "oxford_brown"
|
|
item_state = "oxford_brown"
|
|
|
|
/obj/item/clothing/shoes/laceup/colourable
|
|
name = "oxford shoes"
|
|
icon_state = "oxford_colour"
|
|
item_state = "oxford_colour"
|
|
|
|
/obj/item/clothing/shoes/laceup/steeltoed
|
|
name = "steel-toed oxford shoes"
|
|
desc = "Steel-toed and intimidating."
|
|
icon_state = "oxford_st"
|
|
item_state = "oxford_st"
|
|
|
|
/obj/item/clothing/shoes/laceup/lizardskin
|
|
name = "lizardskin oxford shoes"
|
|
desc = "They may have lost some of their lustre over the years, but these green lizardskin shoes fit you perfectly."
|
|
icon_state = "oxford_lizardskin"
|
|
item_state = "oxford_lizardskin"
|