Change Crate.Lifetime from 'seconds' to ticks
As far as I could tell, this was the last place that still used 'seconds' instead of ticks, apart from some sound notification intervals (which are better converted to real [milli]seconds). Also renamed ScaredyCat.PanicLength to PanicDuration for consistency and easier finding.
This commit is contained in:
@@ -5,7 +5,7 @@ CRATE.plain:
|
||||
CRATE:
|
||||
Inherits: ^Crate
|
||||
Crate:
|
||||
Lifetime: 240
|
||||
Duration: 6000
|
||||
GiveCashCrateAction:
|
||||
Amount: 1000
|
||||
SelectionShares: 20
|
||||
|
||||
Reference in New Issue
Block a user