diff options
author | truebrain <truebrain@openttd.org> | 2011-11-23 16:10:18 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-23 16:10:18 +0000 |
commit | e30256692fcea969ef6e0930ba4e5075a9f8c86b (patch) | |
tree | 28bda6c2dc24deeb87a546e6a15eaebb8e952f22 /src/table | |
parent | ef02931a3232abb594c1d00db8c1faacd829999f (diff) | |
download | openttd-e30256692fcea969ef6e0930ba4e5075a9f8c86b.tar.xz |
(svn r23303) -Add: economy.fund_buildings, to disallow funding buildings
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index f519db615..c19f718e2 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -1008,6 +1008,14 @@ proc = RedrawTownAuthority [SDT_BOOL] base = GameSettings +var = economy.fund_buildings +from = 165 +def = true +str = STR_CONFIG_SETTING_ALLOW_FUND_BUILDINGS +proc = RedrawTownAuthority + +[SDT_BOOL] +base = GameSettings var = economy.fund_roads from = 160 def = true |