mirror of https://github.com/OpenTTD/OpenTTD
Compare commits
2 Commits
7d2cba001b
...
39c5edb7cb
Author | SHA1 | Date |
---|---|---|
|
39c5edb7cb | |
|
e4861f9322 |
|
@ -86,7 +86,7 @@ cat = SC_BASIC
|
||||||
[SDT_VAR]
|
[SDT_VAR]
|
||||||
var = economy.place_houses
|
var = economy.place_houses
|
||||||
type = SLE_UINT8
|
type = SLE_UINT8
|
||||||
flags = SettingFlag::GuiDropdown
|
flags = SettingFlag::GuiDropdown, SettingFlag::Sandbox
|
||||||
def = PH_FORBIDDEN
|
def = PH_FORBIDDEN
|
||||||
min = PH_FORBIDDEN
|
min = PH_FORBIDDEN
|
||||||
max = PH_ALLOWED_CONSTRUCTED
|
max = PH_ALLOWED_CONSTRUCTED
|
||||||
|
|
Loading…
Reference in New Issue