Skip to content

Commit

Permalink
sandbox: let Nuclear explode in place again.
Browse files Browse the repository at this point in the history
Make Nuclear able to explode in place again by setting min distance of
"Nuke City" to 0.

See osdn #41702
  • Loading branch information
kvilhaugsvik committed Mar 7, 2021
1 parent 67d95f4 commit 01322f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sandbox/game.ruleset
Expand Up @@ -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
Expand Down

0 comments on commit 01322f7

Please sign in to comment.