From e607aedda595df0e49aa98c74b5d201571d6f662 Mon Sep 17 00:00:00 2001 From: Leland Kemble <70413276+lelandkemble@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:33:15 -0400 Subject: [PATCH] Sets the worn ceremonial claymore's worn_icon_state (#95452) ## About The Pull Request No other sprite available, and no reason not to use the basic claymore one. They use the basic claymore inhand sprite too. ## Why It's Good For The Game closes #95451 ## Changelog :cl: image: gave the worn ceremonial claymore the basic claymore's worn icon. /:cl: --- code/game/objects/items/religion.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/religion.dm b/code/game/objects/items/religion.dm index 7ccf96f158c..0e96116ed3d 100644 --- a/code/game/objects/items/religion.dm +++ b/code/game/objects/items/religion.dm @@ -409,6 +409,7 @@ icon = 'icons/obj/weapons/sword.dmi' icon_state = "claymore_old" worn_icon = 'icons/mob/clothing/back.dmi' + worn_icon_state = "claymore" force = 30 armour_penetration = 15