Change weapon fixed rate delay not to require update every tick

This commit is contained in:
2025-01-04 21:06:07 +00:00
parent 39e3e4ae00
commit 698bb081dd
9 changed files with 877950 additions and 550608 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ data UseDelay -- should just be Delay
= NoDelay
| FixedRate
{ _rateMax :: Int
, _rateTime :: Int
, _rateTimeLastUsed :: Int -- set to be _lClock when used, starts at 0
}
-- | VariableRate
-- { _rateMax :: Int