diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-13 10:31:36 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-13 10:31:36 -0800 |
commit | 558420c9a795775158546616259446f6208dfe74 (patch) | |
tree | b0354a542c9491c1069ca31ec7f329191f705541 | |
parent | Add overmap aliases for bungalow 23-25 (diff) | |
download | cataclysm-dda-tileset_undeadpeople-558420c9a795775158546616259446f6208dfe74.tar.xz |
Add missing alias for five-point harness, and for wielding a beartrap.
-rw-r--r-- | tile_config.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index d0f8d38..082ef45 100644 --- a/tile_config.json +++ b/tile_config.json @@ -39969,6 +39969,14 @@ "fg": 4290 }, { + "id": "five-point-harness", + "fg": 4290 + }, + { + "id": "overlay_wielded_five-point-harness", + "fg": 4290 + }, + { "id": "drivebelt_makeshift", "fg": 4291 }, @@ -59236,6 +59244,11 @@ "rotates": false }, { + "id": "overlay_wielded_beartrap", + "fg": 6921, + "rotates": false + }, + { "id": "blade_trap", "fg": 6922, "bg": 9459, |