diff --git a/code/game/objects/items/weapons/material/swords.dm b/code/game/objects/items/weapons/material/swords.dm index 312660842d..2e7ff4e565 100644 --- a/code/game/objects/items/weapons/material/swords.dm +++ b/code/game/objects/items/weapons/material/swords.dm @@ -71,22 +71,6 @@ return 1 return 0 -/obj/item/weapon/material/sword/khopesh - name = "khopesh" - desc = "An ancient sword shapped like a sickle." - icon_state = "khopesh" - item_state = "khopesh" - applies_material_colour = 0 - slot_flags = SLOT_BELT - -/obj/item/weapon/material/sword/dao - name = "dao" - desc = "A single-edged broadsword." - icon_state = "dao" - item_state = "dao" - applies_material_colour = 0 - slot_flags = SLOT_BELT - /obj/item/weapon/material/sword/gladius name = "gladius" desc = "An ancient short sword, designed to stab and cut." diff --git a/icons/mob/belt.dmi b/icons/mob/belt.dmi index 30ba7b17e5..d469e94cd1 100644 Binary files a/icons/mob/belt.dmi and b/icons/mob/belt.dmi differ diff --git a/icons/mob/items/lefthand_material.dmi b/icons/mob/items/lefthand_material.dmi index 9bb9cbae8b..c53503d35e 100644 Binary files a/icons/mob/items/lefthand_material.dmi and b/icons/mob/items/lefthand_material.dmi differ diff --git a/icons/mob/items/righthand_material.dmi b/icons/mob/items/righthand_material.dmi index 9c9f5aab4c..6795871981 100644 Binary files a/icons/mob/items/righthand_material.dmi and b/icons/mob/items/righthand_material.dmi differ diff --git a/icons/obj/weapons.dmi b/icons/obj/weapons.dmi index fa3a8c4d2c..ed3288816a 100644 Binary files a/icons/obj/weapons.dmi and b/icons/obj/weapons.dmi differ