TacLifeSupport
TacLifeSupport copied to clipboard
In game gui won't accept decimals
The in-game Life Support Settings UI won't accept anything but integers for consumption rates
It actually will, but the parser is finicky about requiring the input to always be a well formed number. For example: it does not like "1." or ".1". A work around is to type something like "12" then insert the decimal between the digits like "1.2".
It is on my list of issues to fix.