From 8317054410ac6fb17c4e64a9aa1fd71287dce2f3 Mon Sep 17 00:00:00 2001 From: WrenchInThePlan <45751345+AzyWng@users.noreply.github.com> Date: Sun, 9 Jun 2024 00:02:41 -0500 Subject: [PATCH] KA-BAR now looks like National Guard Bayonet Gave knife_KABAR the tag "looks_like": "knife_combat", making it share a wielded and ground sprite with the National Guard Bayonet. --- data/json/items/melee/swords_and_blades.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/melee/swords_and_blades.json b/data/json/items/melee/swords_and_blades.json index 8a338638c6041..9e6a6b0791dc4 100644 --- a/data/json/items/melee/swords_and_blades.json +++ b/data/json/items/melee/swords_and_blades.json @@ -523,6 +523,7 @@ "to_hit": { "grip": "weapon", "length": "hand", "surface": "point", "balance": "good" }, "material": [ "hc_steel", "leather" ], "repairs_with": [ "steel" ], + "looks_like": "knife_combat", "symbol": "/", "color": "dark_gray", "qualities": [ [ "CUT", 2 ], [ "CUT_FINE", 1 ], [ "BUTCHER", 27 ] ],