Skip to content

Commit

Permalink
Significantly improves forged armor's worn sprites (#1544)
Browse files Browse the repository at this point in the history
* why'd i do this to myself

* we'll just do the armor today

* deletes a literally empty unused sprite

* updates the item sprites as well

* I thought I removed these

* you're not that guy pal

Co-authored-by: Paxilmaniac <[email protected]>
  • Loading branch information
Steals-The-PRs and Paxilmaniac authored Jan 14, 2024
1 parent 31da374 commit 4fcf431
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
/datum/crafting_bench_recipe/plate_vest,
/datum/crafting_bench_recipe/plate_gloves,
/datum/crafting_bench_recipe/plate_boots,
/datum/crafting_bench_recipe/horse_shoes,
/datum/crafting_bench_recipe/ring,
/datum/crafting_bench_recipe/collar,
/datum/crafting_bench_recipe/handcuffs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
resulting_item = /obj/item/clothing/shoes/forging_plate_boots
required_good_hits = 8

/datum/crafting_bench_recipe/horse_shoes
recipe_name = "horse shoes"
recipe_requirements = list(
/obj/item/forging/complete/chain = 4,
)
resulting_item = /obj/item/clothing/shoes/horseshoe
required_good_hits = 8

/datum/crafting_bench_recipe/ring
recipe_name = "ring"
recipe_requirements = list(
Expand Down
22 changes: 0 additions & 22 deletions modular_nova/modules/reagent_forging/code/forge_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,28 +108,6 @@
AddComponent(/datum/component/armor_plate, 2)
AddComponent(/datum/component/reagent_clothing, ITEM_SLOT_FEET)

/obj/item/clothing/shoes/horseshoe
name = "reagent horseshoe"
desc = "A pair of horseshoes made out of chains."
icon = 'modular_nova/modules/reagent_forging/icons/obj/forge_clothing.dmi'
worn_icon = 'modular_nova/modules/reagent_forging/icons/mob/clothing/forge_clothing.dmi'
icon_state = "horseshoe"
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
armor_type = /datum/armor/shoes_horseshoe
material_flags = MATERIAL_EFFECTS | MATERIAL_ADD_PREFIX | MATERIAL_GREYSCALE | MATERIAL_COLOR
resistance_flags = FIRE_PROOF
obj_flags_nova = ANVIL_REPAIR
can_be_tied = FALSE

/datum/armor/shoes_horseshoe
melee = 20
bullet = 20

/obj/item/clothing/shoes/horseshoe/Initialize(mapload)
. = ..()
AddComponent(/datum/component/armor_plate, 2)
AddComponent(/datum/component/reagent_clothing, ITEM_SLOT_FEET)

// Misc
/obj/item/clothing/gloves/ring/reagent_clothing
name = "reagent ring"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified modular_nova/modules/reagent_forging/icons/obj/forge_clothing.dmi
Binary file not shown.

0 comments on commit 4fcf431

Please sign in to comment.