From cdf7a2161427da2f3c707d87e6026fe8061403a2 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Fri, 5 Mar 2021 10:49:08 +0100 Subject: [PATCH 3/3] sandbox: let Nuclear explode in place again. Make Nuclear able to explode in place again by setting min distance of "Nuke City" to 0. See osdn #41702 --- data/sandbox/game.ruleset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset index c58176dc96..32855c8e1c 100644 --- a/data/sandbox/game.ruleset +++ b/data/sandbox/game.ruleset @@ -391,7 +391,7 @@ explode_nuclear_consuming_always = TRUE; ; The minimal distance from the actor unit to the target. The value 0 means ; that the target must be at the tile of the actor unit. The value 1 means ; that the tile must be a tile adjacent to the actor unit. -nuke_city_min_range = 1 +nuke_city_min_range = 0 ; The maximum distance from the actor unit to the target of the ; "Nuke City" action. The value 1 means that the tile must be a tile -- 2.20.1