mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
heeled mining and heeled work boots for loadout (#4211)
## About The Pull Request Adds the heeled mining and heeled work boots to loadout. They have the same stats and availability as their normal counterparts. ## Why It's Good For The Game More character customization! ## Proof Of Testing Tested locally, works flawlessly. ## Changelog 🆑 add: Adds heeled mining and work boots to loadout /🆑
This commit is contained in:
@@ -69,6 +69,10 @@
|
||||
name = "Work Boots"
|
||||
item_path = /obj/item/clothing/shoes/workboots
|
||||
|
||||
/datum/loadout_item/shoes/work_boots/heeled
|
||||
name = "Heeled Work Boots"
|
||||
item_path = /obj/item/clothing/shoes/workboots/heeled
|
||||
|
||||
/datum/loadout_item/shoes/work_boots/old
|
||||
name = "Old Work Boots"
|
||||
item_path = /obj/item/clothing/shoes/workboots/old
|
||||
@@ -77,6 +81,10 @@
|
||||
name = "Mining Boots"
|
||||
item_path = /obj/item/clothing/shoes/workboots/mining
|
||||
|
||||
/datum/loadout_item/shoes/mining_boots/heeled
|
||||
name = "Heeled Mining Boots"
|
||||
item_path = /obj/item/clothing/shoes/workboots/mining/heeled
|
||||
|
||||
/datum/loadout_item/shoes/russian_boots
|
||||
name = "Russian Boots"
|
||||
item_path = /obj/item/clothing/shoes/russian
|
||||
|
||||
Reference in New Issue
Block a user