diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-07 21:21:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-07 21:21:02 -0700 |
commit | f98b47208052543373981a2e1fcc9926da305faa (patch) | |
tree | 387d7c181a3fc57f47918d6d023ab768d68a05e4 | |
parent | Add aliases for the bunker shop. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-f98b47208052543373981a2e1fcc9926da305faa.tar.xz |
Add alias for rennet.
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index ca70cc8..54589d8 100644 --- a/tile_config.json +++ b/tile_config.json @@ -5399,6 +5399,8 @@ {"id": "overlay_wielded_milk_evap", "fg": 2896, "rotates": false}, {"id": "milk_powder", "fg": 2897, "bg": 9172}, {"id": "overlay_wielded_milk_powder", "fg": 2897}, +{"id": "rennet", "fg": 2897, "bg": 9172}, +{"id": "overlay_wielded_rennet", "fg": 2897}, {"id": "milk_UHT", "fg": 2898, "rotates": false}, {"id": "overlay_wielded_milk_UHT", "fg": 2898, "rotates": false}, {"id": "overlay_wielded_pudding", "fg": 2899}, |