Make AI less likely to stop building wonder
[freeciv.git] / data / civ1 / script.lua
blobf0bdf05caad34fde81ede7926cbf1509b9612734
1 -- Freeciv - Copyright (C) 2007 - The Freeciv Project
2 -- This program is free software; you can redistribute it and/or modify
3 -- it under the terms of the GNU General Public License as published by
4 -- the Free Software Foundation; either version 2, or (at your option)
5 -- any later version.
6 --
7 -- This program is distributed in the hope that it will be useful,
8 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
9 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 -- GNU General Public License for more details.
12 -- This file is for lua-functionality that is specific to a given
13 -- ruleset. When freeciv loads a ruleset, it also loads script
14 -- file called 'default.lua'. The one loaded if your ruleset
15 -- does not provide an override is default/default.lua.