From 38f9e40e45021a9226531c46c45d487dff21baa8 Mon Sep 17 00:00:00 2001 From: themaster567 Date: Wed, 13 Nov 2024 10:55:29 -0500 Subject: [PATCH] Give "bodysuit_lycra" a fallback sprite of "jumpsuit". --- data/json/items/armor/suits_clothes.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/armor/suits_clothes.json b/data/json/items/armor/suits_clothes.json index a9a18d6e9caba..8e74aaf4458f2 100644 --- a/data/json/items/armor/suits_clothes.json +++ b/data/json/items/armor/suits_clothes.json @@ -34,6 +34,7 @@ "price_postapoc": "80 cent", "material": [ "lycra" ], "symbol": "[", + "looks_like": "jumpsuit", "color": "blue", "warmth": 15, "material_thickness": 1,