diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-27 12:53:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-27 12:53:02 -0700 |
commit | a05ac924ab1e7b5da9790905cac98289f7a47d14 (patch) | |
tree | 30df8d37363274cc998493c5e17049b758db4f24 | |
parent | Fix the id for the vehicle mounted rebuilt RMES. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-a05ac924ab1e7b5da9790905cac98289f7a47d14.tar.xz |
Set aliases for the pagan, taoism, and confucianism holy books.
-rw-r--r-- | tile_config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index c50b58a..5de00c2 100644 --- a/tile_config.json +++ b/tile_config.json @@ -4776,6 +4776,12 @@ { "id": "overlay_wielded_holybook_quran", "fg": 2601 }, { "id": "holybook_satanic", "fg": 2572, "rotates": false }, { "id": "overlay_wielded_holybook_satanic", "fg": 2573, "rotates": false }, + { "id": "holybook_paganism", "fg": 2572, "rotates": false }, + { "id": "overlay_wielded_holybook_paganism", "fg": 2573, "rotates": false }, + { "id": "holybook_taoism", "fg": 2546, "bg": 9500, "rotates": false }, + { "id": "overlay_wielded_holybook_taoism", "fg": 2601 }, + { "id": "holybook_confucianism", "fg": 2546, "bg": 9500, "rotates": false }, + { "id": "overlay_wielded_holybook_confucianism", "fg": 2601 }, { "id": "holybook_scientology", "fg": 2600, "bg": 9500, "rotates": false }, { "id": "overlay_wielded_holybook_scientology", "fg": 2601 }, { "id": "holybook_slack", "fg": 2600, "bg": 9500, "rotates": false }, |