got the oil crops all working!
This commit is contained in:
parent
589ed9cf23
commit
88bac4db34
7 changed files with 128 additions and 4 deletions
|
|
@ -153,8 +153,8 @@ const registerTFGFauna = (event) => {
|
|||
const registerTFGCropRanges = (event) => {
|
||||
|
||||
event.climateRange(climate => {
|
||||
climate.minHydration(10)
|
||||
climate.maxHydration(60)
|
||||
climate.minHydration(20)
|
||||
climate.maxHydration(80)
|
||||
climate.minTemperature(5)
|
||||
climate.maxTemperature(40)
|
||||
climate.hydrationWiggle(7.5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue