mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds new shoe: "Elegant Sandals". Adds it to loadout
This commit is contained in:
committed by
CHOMPStation2
parent
50ef3183f7
commit
8d4fe86bdf
@@ -37,6 +37,7 @@
|
||||
display_name = "flats, alt"
|
||||
path = /obj/item/clothing/shoes/flats/white/color/alt
|
||||
|
||||
<<<<<<< HEAD
|
||||
//CHOMP ADDITION, trying to make a no shoes shoe option
|
||||
/datum/gear/shoes/none
|
||||
display_name = "Adjust - No Shoes"
|
||||
@@ -50,3 +51,12 @@
|
||||
/obj/item/clothing/shoes/none/Initialize()
|
||||
. = INITIALIZE_HINT_QDEL //Fuck them shoes
|
||||
..()
|
||||
=======
|
||||
/datum/gear/shoes/sandals_elegant
|
||||
display_name = "sandals, elegant"
|
||||
path = /obj/item/clothing/shoes/sandals_elegant
|
||||
|
||||
/datum/gear/shoes/sandals_elegant/New()
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
>>>>>>> 29805f0d16... Merge pull request #14922 from Runa-Dacino/fancysandals
|
||||
|
||||
@@ -105,4 +105,13 @@
|
||||
icon = 'icons/inventory/feet/item_vr.dmi'
|
||||
icon_override = 'icons/inventory/feet/mob_vr.dmi'
|
||||
icon_state = "flatsalt"
|
||||
item_state = "flatsalt"
|
||||
item_state = "flatsalt"
|
||||
|
||||
/obj/item/clothing/shoes/sandals_elegant
|
||||
name = "elegant sandals"
|
||||
desc = "A pair of sandals with thin straps. It emphasizes the ankles!"
|
||||
icon_state = "sandals_elegant"
|
||||
item_state = "sandals_elegant"
|
||||
icon = 'icons/inventory/feet/item_vr.dmi'
|
||||
icon_override = 'icons/inventory/feet/mob_vr.dmi'
|
||||
addblends = "sandals_elegant_a"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.6 KiB |
Reference in New Issue
Block a user