KSP-RO / ContractConfigurator

A config file based solution for creating new contracts for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/91625-1
Other
8 stars 10 forks source link

Fixed incorrect cc.req.CompleteContract.cooldown in localization #33

Closed IO5 closed 9 months ago

IO5 commented 9 months ago

cc.req.CompleteContract.cooldown aka "Must have completed contract <<1>> within the last <<2>>" is produced from .cfg like so:

REQUIREMENT
{
    type = CompleteContract

    contractType = someContract
    cooldownDuration = 23
}

"cooldown" is pretty much the opposite of "within the last". The actual logic in the plugin is a cooldown. Curiously the negative (#cc.req.CompleteContract.cooldown.x) is correct.