Skip to content

Commit

Permalink
fixed mini fire exting sprites
Browse files Browse the repository at this point in the history
added missing right hand hammer sprite
corrected a comment
  • Loading branch information
Salted-Zen committed Aug 30, 2023
1 parent b13821e commit a37b18a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/equipment/kinetic_crusher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
var/overrides_main = FALSE //monkestation edit //do we override the main init?
var/overrides_twohandrequired = FALSE //Do we have the fumble on one handed attack attempt?
var/override_markeffect = FALSE //Do we have the default affect on detonating a mark?
var/override_twohandedsprite = FALSE //DOES IT HAVE A TWO HANDED SPRITE
var/override_twohandedsprite = FALSE //ENABLE THIS FOR ALL NEW CRUSHER VARIENTS OR ELSE IT WILL BREAK

/obj/item/kinetic_crusher/Initialize(mapload)
. = ..()
Expand Down
Binary file modified monkestation/icons/mob/inhands/weapons/melee_righthand.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/items_and_weapons.dmi
Binary file not shown.

0 comments on commit a37b18a

Please sign in to comment.