From 2b1664ea774ffd0b6adc57e374deb2ffac16d70f Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 20 Oct 2021 01:40:42 +0300 Subject: [PATCH 03/48] Sandbox: Demonstrate small wonder visibility "Embassy" See osdn #42972 Signed-off-by: Marko Lindqvist --- data/sandbox/README.sandbox | 3 +++ data/sandbox/game.ruleset | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/data/sandbox/README.sandbox b/data/sandbox/README.sandbox index 6777c25ebe..82a575f526 100644 --- a/data/sandbox/README.sandbox +++ b/data/sandbox/README.sandbox @@ -243,3 +243,6 @@ it can be conquered with just one move. Post attack city destruction A size 1 city is destroyed with its last defender. + +Wonder visibility +Opponents are aware of player's Small Wonders only if they have an embassy. diff --git a/data/sandbox/game.ruleset b/data/sandbox/game.ruleset index 3010377074..c7e67b1c15 100644 --- a/data/sandbox/game.ruleset +++ b/data/sandbox/game.ruleset @@ -193,7 +193,7 @@ airlift_to_always_enabled = TRUE ; "Always" - Information is always sent ; "Never" - Information is never sent ; "Embassy" - Information is sent when team has an embassy with Wonder owner -small_wonders = "Always" +small_wonders = "Embassy" [illness] ; Whether plagues (illness) are possible -- 2.33.0