diff --git a/base.fgd b/base.fgd index 92a0248..8b738ea 100644 --- a/base.fgd +++ b/base.fgd @@ -4999,6 +4999,12 @@ LowerRandomBound(string) : "Minimum Random Interval" : : "If 'Use Random Time' is set, this is the minimum time between timer fires. The time will be a random number between this and the 'Maximum Random Interval'." UpperRandomBound(string) : "Maximum Random Interval" : : "If 'Use Random Time' is set, this is the maximum time between timer fires. The time will be a random number between the 'Minimum Random Interval' and this." RefireTime(string) : "Refire Interval" : : "If 'Use Random Time' isn't set, this is the time between timer fires, in seconds." + + UseBoundsForTimerInputs(choices) : "Limit Timer Inputs" : 0 : "Allows the Minumum/Maximum Random Interval keyvalues to limit the total timer value when it receives AddToTimer or SubtractFromTimer inputs." = + [ + 0 : "No" + 1 : "Yes" + ] // Inputs input RefireTime(integer) : "Set a new Refire Interval."