From ddf23d0c07cc3e867e75995343352d86b95a277f Mon Sep 17 00:00:00 2001 From: scarf Date: Thu, 27 Apr 2023 12:00:29 +0900 Subject: [PATCH] fix(content): fallback sprites for sling bullets forgot to mention them in https://github.com/cataclysmbnteam/Cataclysm-BN/pull/2709 --- data/json/items/ammo.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/json/items/ammo.json b/data/json/items/ammo.json index 6ecf92d2319a..dcaeff3aee4a 100644 --- a/data/json/items/ammo.json +++ b/data/json/items/ammo.json @@ -1077,6 +1077,7 @@ "id": "sling_bullet", "symbol": "*", "color": "light_gray", + "looks_like": "rock", "name": { "str": "sling bullet" }, "description": "A ball of lead roughly the size of a baseball. Traditionally thrown from a sling, and hits a lot harder than any old rock.", "material": "lead", @@ -1096,6 +1097,7 @@ "id": "sling_bullet_small", "symbol": "*", "color": "light_gray", + "looks_like": "bearing", "name": { "str": "small sling bullet" }, "description": "A small ball of lead traditionally thrown from a sling. It hits a lot harder than any old pebble.", "material": "lead",