diff --git a/code/game/objects/items/holy_weapons.dm b/code/game/objects/items/holy_weapons.dm index 191c3ac8256..d214cfc20e1 100644 --- a/code/game/objects/items/holy_weapons.dm +++ b/code/game/objects/items/holy_weapons.dm @@ -561,7 +561,7 @@ tool_behaviour = TOOL_SAW toolspeed = 0.5 //faster than normal saw -/obj/item/nullrod/hammmer +/obj/item/nullrod/hammer name = "relic war hammer" desc = "This war hammer cost the chaplain forty thousand space dollars." icon_state = "hammeron" diff --git a/modular_skyrat/modules/customization/modules/clothing/storage/belts.dm b/modular_skyrat/modules/customization/modules/clothing/storage/belts.dm index 1dd655969ca..4d2cbb50e84 100644 --- a/modular_skyrat/modules/customization/modules/clothing/storage/belts.dm +++ b/modular_skyrat/modules/customization/modules/clothing/storage/belts.dm @@ -89,7 +89,7 @@ /obj/item/nullrod/carp, /obj/item/nullrod/chainsaw, /obj/item/nullrod/claymore/bostaff, - /obj/item/nullrod/hammmer, + /obj/item/nullrod/hammer, /obj/item/nullrod/pitchfork, /obj/item/nullrod/pride_hammer, /obj/item/nullrod/spear,