Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2004:
[Freeciv-Dev] Re: (PR#11018) Newton has no range
Home

[Freeciv-Dev] Re: (PR#11018) Newton has no range

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: marko.lindqvist@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#11018) Newton has no range
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Nov 2004 13:04:42 -0800
Reply-to: rt@xxxxxxxxxxx

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

Marko Lindqvist wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=11018 >
> 
> 
>   Help about Newton's College says: "Boosts science production by 100% 
> in every city you control that has a University."
> 
>   So science boost should have range of "Player", I think.

Looks like only default ruleset is affected.  Can anyone confirm that 
this patch (untested) fixes the problem?

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      16 Nov 2004 21:03:25 -0000
@@ -1681,8 +1681,8 @@
 upkeep         = 0
 sabotage       = 0
 effect         =
-    { "name", "value", "req_type", "req"
-      "Science_Bonus", 100, "Building", "University"
+    { "name", "range", "value", "req_type", "req"
+      "Science_Bonus", "Player", 100, "Building", "University"
     }
 sound          = "w_isaac_newtons_college"
 sound_alt      = "w_generic"

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#11018) Newton has no range, Jason Short <=