From ae3d982b46d22bce62e87d7e09a302ea029b97c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C5=82awomir=20Lach?= <slawek@lach.art.pl>
Date: Sun, 11 Dec 2022 17:57:15 +0100
Subject: [PATCH] =?UTF-8?q?!OSDN:=20#TICKET:=2045489:=20S=C5=82awomir=20La?=
 =?UTF-8?q?ch=20<slawek@lach.art.pl>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change effects to test modifications

diff --git a/data/sandbox/effects.ruleset b/data/sandbox/effects.ruleset
index 3013eba5b4..ab295d0ec5 100644
--- a/data/sandbox/effects.ruleset
+++ b/data/sandbox/effects.ruleset
@@ -5410,3 +5410,11 @@ reqs    =
     { "type",   "name",         "range", "present"
       "Action", "Upgrade Unit", "Local", TRUE
     }
+
+[effect_disorder_supper]
+type    = "Tile_Workable"
+value   = -1
+reqs    =
+    { "type",   "name",         "range", "present"
+      "Counter", "Disorder", "City", TRUE
+    }
diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset
index 4eef439d36..329c6b2600 100644
--- a/data/sandbox/game.ruleset
+++ b/data/sandbox/game.ruleset
@@ -3559,6 +3559,14 @@ type = "Embassy"
 type = "SharedTiles"
 
 
+[counter_kill_king]
+name = "Disorder"
+def = 0
+checkpoint = 5
+type = "Disorder"
+range = "City"
+
+
 [playercolors]
 background.r = 86
 background.g = 86
-- 
2.38.1

