mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Ports Diesel Boots from F13 (#3767)
## About The Pull Request SPRITES BY FLUFF FROM BAD DEATHCLAW | DIGITIGRADE SPRITES BY ME (XPOKEE) IMAGES!! <details> <summary>GHOUL WARNING</summary>  </details> <details> <summary>DIGI BOOTS</summary>   </details> ## Why It's Good For The Game They look pretty nice, plus they allow for more customization. ## Proof Of Testing See above. ## Changelog 🆑 add: Ported the male/female diesel boots from F13 /🆑 --------- Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com>
This commit is contained in:
@@ -283,3 +283,20 @@
|
||||
body_parts_covered = parent_type::body_parts_covered | LEGS
|
||||
resistance_flags = FIRE_PROOF
|
||||
fastening_type = SHOES_SLIPON
|
||||
|
||||
// Diesel Boots | Sprites by Fluff from Bad Deathclaw
|
||||
/obj/item/clothing/shoes/jackboots/diesel_m
|
||||
name = "male diesel boots"
|
||||
desc = "Fancy mens' steel-toed boots."
|
||||
icon = 'modular_zubbers/icons/obj/clothing/feet/feet.dmi'
|
||||
worn_icon = 'modular_zubbers/icons/mob/clothing/feet/feet.dmi'
|
||||
worn_icon_digi = 'modular_zubbers/icons/mob/clothing/feet/feet_digi.dmi'
|
||||
icon_state = "diesel_m"
|
||||
|
||||
/obj/item/clothing/shoes/jackboots/diesel_f
|
||||
name = "female diesel boots"
|
||||
desc = "Fancy womens' knee-high platform boots with shiny steel clasps."
|
||||
icon = 'modular_zubbers/icons/obj/clothing/feet/feet.dmi'
|
||||
worn_icon = 'modular_zubbers/icons/mob/clothing/feet/feet.dmi'
|
||||
worn_icon_digi = 'modular_zubbers/icons/mob/clothing/feet/feet_digi.dmi'
|
||||
icon_state = "diesel_f"
|
||||
|
||||
@@ -27,3 +27,11 @@
|
||||
/datum/loadout_item/shoes/horseshoes
|
||||
name = "Horseshoes"
|
||||
item_path = /obj/item/clothing/shoes/horseshoe
|
||||
|
||||
/datum/loadout_item/shoes/diesel_m
|
||||
name = "Male Diesel Boots"
|
||||
item_path = /obj/item/clothing/shoes/jackboots/diesel_m
|
||||
|
||||
/datum/loadout_item/shoes/diesel_f
|
||||
name = "Female Diesel Boots"
|
||||
item_path = /obj/item/clothing/shoes/jackboots/diesel_f
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user