diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-12 16:12:15 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-12 16:12:15 -0700 |
commit | c614fc880a39d4249f8bab6637039872722d9908 (patch) | |
tree | d77cafaba02a124823fde891805fb3469eea9991 | |
parent | Fix several bionics using the faulty bionic tile, and vise versa. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-c614fc880a39d4249f8bab6637039872722d9908.tar.xz |
Change the tiles for the atomic lamp to look like a lantern instead of some desk lamp.
-rw-r--r-- | tile_config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tile_config.json b/tile_config.json index 08c1185..876a1b0 100644 --- a/tile_config.json +++ b/tile_config.json @@ -12225,10 +12225,10 @@ { "id": "overlay_wielded_trimmer_off", "fg": 6724, "bg": 9555, "rotates": false }, { "id": "trimmer_on", "fg": 6725, "bg": 9555, "rotates": false }, { "id": "overlay_wielded_trimmer_on", "fg": 6726, "bg": 9555, "rotates": false }, - { "id": "atomic_lamp", "fg": 6727, "bg": 9555, "rotates": false }, - { "id": "overlay_wielded_atomic_lamp", "fg": 6727, "rotates": false }, - { "id": "atomic_lamp_off", "fg": 6728, "bg": 9555, "rotates": false }, - { "id": "overlay_wielded_atomic_lamp_off", "fg": 6728, "rotates": false }, + { "id": "atomic_lamp", "fg": 6737, "bg": 9555, "rotates": false }, + { "id": "overlay_wielded_atomic_lamp", "fg": 6738, "rotates": false }, + { "id": "atomic_lamp_off", "fg": 6735, "bg": 9555, "rotates": false }, + { "id": "overlay_wielded_atomic_lamp_off", "fg": 6736, "rotates": false }, { "id": "atomic_light", "fg": 6729, "bg": 9555, "rotates": false }, { "id": "overlay_wielded_atomic_light", "fg": 6729, "rotates": false }, { "id": "atomic_light_off", "fg": 6730, "bg": 9555, "rotates": false }, |