Skip to content

Commit

Permalink
Machete Resprite (#4271)
Browse files Browse the repository at this point in the history
## About The Pull Request

Resprites Mass Produced Machetes, and adds on belt sprites. Also adjusts
the description slightly of the item.

Original:

![image](https://github.com/user-attachments/assets/bec8685a-f85c-4730-9a3a-0dbf05c474e2)
Updated:

![image](https://github.com/user-attachments/assets/a9407e7b-4b2a-4e99-ab78-78a0321ce2b1)

## Why It's Good For The Game

I really, really, don't think the current mass produced machete sprite
looks good. This brings it closer in line to all other melee weapons
like knives, so it shouldn't look as out of place now.

## Changelog

:cl:
add: New sprites for the Mass Produced Machete
/:cl:
  • Loading branch information
firebudgy authored Feb 26, 2025
1 parent 0dfa912 commit 781dfaf
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/melee/sword.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@

/obj/item/melee/sword/mass
name = "mass produced machete"
desc = "A middle ground between a machete and a short sword. A simple construction of stamped steel but its so cheap its hard to complain. Its right between being a one hand and two handed weapon"
desc = "A mass-produced machete made of stamped steel, with a faux-leather grip for ease of handling. Right between that of a one-handed and two-handed weapon."
icon_state = "machete"
base_icon_state = "machete"
force = 20
throwforce = 15
max_integrity = 50
supports_variations = VOX_VARIATION

/obj/item/melee/sword/mass/ComponentInitialize()
. = ..()
Expand Down
Binary file modified icons/mob/clothing/belt.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/swords_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/swords_righthand.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_belt_vox.dmi
Binary file not shown.
Binary file modified icons/obj/weapon/sword.dmi
Binary file not shown.

0 comments on commit 781dfaf

Please sign in to comment.