From 8b81078929549c47facc1d56873b846c29bc4b89 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Fri, 12 Feb 2021 23:07:26 +0000 Subject: [PATCH] Fix lighting effects in "The Pit" map. --- mods/ts/maps/ThePit/map.yaml | 12 ++++++------ mods/ts/rules/palettes.yaml | 2 -- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/mods/ts/maps/ThePit/map.yaml b/mods/ts/maps/ThePit/map.yaml index 41b7f1f161..e968b89250 100644 --- a/mods/ts/maps/ThePit/map.yaml +++ b/mods/ts/maps/ThePit/map.yaml @@ -1256,9 +1256,9 @@ Actors: Location: 94,-51 Rules: - World: - GlobalLightingPaletteEffect: - Red: 1.2 - Green: 1.2 - Blue: 0.8 - Ambient: 0.7 + ^BaseWorld: + TerrainLighting: + RedTint: 1.2 + GreenTint: 1.2 + BlueTint: 0.8 + Intensity: 0.7 diff --git a/mods/ts/rules/palettes.yaml b/mods/ts/rules/palettes.yaml index 5cbe721418..4bc640fccd 100644 --- a/mods/ts/rules/palettes.yaml +++ b/mods/ts/rules/palettes.yaml @@ -111,5 +111,3 @@ Name: terrainalpha Alpha: 0.55 MenuPaletteEffect: - GlobalLightingPaletteEffect: - ExcludePalettes: cursor, chrome, colorpicker, fog, shroud, alpha, greentiberium, bluetiberium