diff --git a/code/modules/fantasystation_content/crafting/tools_weapons.dm b/code/modules/fantasystation_content/crafting/tools_weapons.dm index a792c3a49921a..deafa488c64d2 100644 --- a/code/modules/fantasystation_content/crafting/tools_weapons.dm +++ b/code/modules/fantasystation_content/crafting/tools_weapons.dm @@ -87,7 +87,7 @@ attack_verb_continuous = list("chops", "tears", "lacerates", "cuts") attack_verb_simple = list("chop", "tear", "lacerate", "cut") hitsound = 'sound/weapons/bladeslice.ogg' - slot_flags = ITEM_SLOT_BELT + slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BACK /obj/item/fantasy_axe/Initialize(mapload) . = ..()