Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2004:
[Freeciv-Dev] Re: (PR#10858) Oracle doesn't work on Temples outside its
Home

[Freeciv-Dev] Re: (PR#10858) Oracle doesn't work on Temples outside its

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: saywhat@xxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#10858) Oracle doesn't work on Temples outside its own city
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 6 Nov 2004 16:34:49 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=10858 >

Looks to me like the oracle is just wrong in the ruleset.  Does this 
patch give the correct behavior?

The helptext for oracle says "Doubles the effect of Temples, in all your 
cities".

jason


Index: data/default/buildings.ruleset
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/default/buildings.ruleset,v
retrieving revision 1.59
diff -u -r1.59 buildings.ruleset
--- data/default/buildings.ruleset      18 Oct 2004 17:18:58 -0000      1.59
+++ data/default/buildings.ruleset      7 Nov 2004 00:34:27 -0000
@@ -1928,8 +1928,10 @@
 upkeep         = 0
 sabotage       = 0
 effect         =
-    { "name", "value", "req_type", "req"
-      "Make_Content", 2, "Building", "Temple"
+    { "name", "range", "value", "req_type", "req"
+; Temples will always give 2 Make_Content since mysticism is a tech_req
+; for oracle
+      "Make_Content", "Player", 2, "Building", "Temple"
     }
 sound          = "w_oracle"
 sound_alt      = "w_generic"
Index: data/misc/buildings.png
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/misc/buildings.png,v
retrieving revision 1.2
diff -u -r1.2 buildings.png
Binary files /tmp/cvsfS57zU and buildings.png differ

[Prev in Thread] Current Thread [Next in Thread]