Merge pull request #5957 from Sharkmare/patch-18

No shoes shoe option
This commit is contained in:
Nadyr
2023-03-17 04:01:26 -04:00
committed by GitHub

View File

@@ -35,4 +35,17 @@
/datum/gear/shoes/flats/alt
display_name = "flats, alt"
path = /obj/item/clothing/shoes/flats/white/color/alt
path = /obj/item/clothing/shoes/flats/white/color/alt
//CHOMP ADDITION, trying to make a no shoes shoe option
/datum/gear/shoes/none
display_name = "Adjust - No Shoes"
path = /obj/item/clothing/shoes/none
cost = 0
/obj/item/clothing/shoes/none
name = "No Shoes"
desc = "shoeless?"
icon_state = ""
/obj/item/clothing/shoes/none/New()
qdel(src)