diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-11-05 20:38:14 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-11-05 20:38:14 -0800 |
commit | e188d2608364faf886502ba33e187af3f15f2904 (patch) | |
tree | 203a3c331c409ca32c2861321324174faa897a09 | |
parent | Change the throwing knife sheath to look like a large leg pouch. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-e188d2608364faf886502ba33e187af3f15f2904.tar.xz |
Add alias for generic feral prepper.
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index 402dd09..0af398e 100644 --- a/tile_config.json +++ b/tile_config.json @@ -14244,7 +14244,7 @@ "animated": false }, { - "id": "mon_feral_prepper_knife", + "id": [ "mon_feral_prepper_knife", "mon_feral_prepper" ], "fg": [ { "weight": 111, "sprite": 8119 }, { "weight": 111, "sprite": 8120 } ], "bg": 10196, "rotates": false, |