<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39382 >
To resolve the last item in this bug, the "bad tech Never" message for
the civ1 ruleset; trunk requires a req for Airbase that is always false.
Here is a small patch.
(The requirement "None" is always active, and negated it is never active)
Index: data/civ1/terrain.ruleset
===================================================================
--- data/civ1/terrain.ruleset (revision 13094)
+++ data/civ1/terrain.ruleset (arbetskopia)
@@ -939,8 +939,8 @@
graphic_alt = "-"
activity_gfx = "unit.airbase"
reqs =
- { "type", "name", "range"
- "Tech", "Never", "Player"
+ { "type", "name", "range", "negated"
+ "None", "", "", 1
}
gui_type = "Airbase"
native_to = "Air", "Missile"
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev