diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index d6411c0ce279..b0495bb182e0 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -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) . = ..() diff --git a/monkestation/icons/mob/inhands/weapons/melee_righthand.dmi b/monkestation/icons/mob/inhands/weapons/melee_righthand.dmi index 59c637c8928c..5e74fb11ef88 100644 Binary files a/monkestation/icons/mob/inhands/weapons/melee_righthand.dmi and b/monkestation/icons/mob/inhands/weapons/melee_righthand.dmi differ diff --git a/monkestation/icons/obj/items_and_weapons.dmi b/monkestation/icons/obj/items_and_weapons.dmi index 14d9aa8650ac..a3df06e95990 100644 Binary files a/monkestation/icons/obj/items_and_weapons.dmi and b/monkestation/icons/obj/items_and_weapons.dmi differ