Rebalance loam to require less water

rope
Sven Eberhardt 2012-12-17 14:32:10 +01:00
parent 430d59fc8c
commit 159e2e49b6
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ private func LoamDone(object clonk)
}
public func IsFoundryProduct() { return true; }
public func GetLiquidNeed() { return ["Water", 150]; }
public func GetLiquidNeed() { return ["Water", 60]; }
public func GetMaterialNeed() { return ["Earth", 25]; }
public func GetMaterialIcon(string mat) { return Earth; }