mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01: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
|
||||
|
||||
Reference in New Issue
Block a user