From c614fc880a39d4249f8bab6637039872722d9908 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 12 Sep 2024 16:12:15 -0700 Subject: Change the tiles for the atomic lamp to look like a lantern instead of some desk lamp. --- tile_config.json | 8 ++++---- 1 file 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 }, -- cgit v1.2.1