From 478c54c187d4b5e10beb97e92544901186c20c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 20 Apr 2013 15:07:33 +0200 Subject: [PATCH] disallow modifiers on the chrome palette fixes #3123 when the build palette cycles on RA desert maps --- mods/cnc/rules/system.yaml | 1 + mods/d2k/rules/system.yaml | 1 + mods/ra/rules/system.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/mods/cnc/rules/system.yaml b/mods/cnc/rules/system.yaml index c327250b94..621d9446fb 100644 --- a/mods/cnc/rules/system.yaml +++ b/mods/cnc/rules/system.yaml @@ -224,6 +224,7 @@ World: Name: chrome Filename: temperat.pal ShadowIndex: 3 + AllowModifiers: false PaletteFromFile@effect: Name: effect Filename: temperat.pal diff --git a/mods/d2k/rules/system.yaml b/mods/d2k/rules/system.yaml index b28edbe79c..95aea4af8d 100644 --- a/mods/d2k/rules/system.yaml +++ b/mods/d2k/rules/system.yaml @@ -297,6 +297,7 @@ World: Name: chrome Filename: d2k.pal ShadowIndex: 3 + AllowModifiers: false PaletteFromFile@effect: Name: effect Filename: d2k.pal diff --git a/mods/ra/rules/system.yaml b/mods/ra/rules/system.yaml index 3d946f1952..a488151cf4 100644 --- a/mods/ra/rules/system.yaml +++ b/mods/ra/rules/system.yaml @@ -535,6 +535,7 @@ World: Name: chrome Filename: temperat.pal ShadowIndex: 3 + AllowModifiers: false PaletteFromFile@effect: Name: effect Filename: temperat.pal