Improve sticky grenades

This commit is contained in:
2025-01-01 18:03:29 +00:00
parent 511e765e3a
commit 86aba6d115
4 changed files with 34 additions and 25 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ data ProjectileUpdate
= ThrustPU {_pjuStart :: Int, _pjuEnd :: Int}
| StartSpinPU {_pjuTime :: Int, _pjuCID :: Int, _pjuSpinAmound :: Int}
| RemoteDirectionPU {_pjuStart :: Int, _pjuEnd :: Int}
| ApplyGravityPU
-- | ApplyGravityPU
deriving (Show, Eq, Ord, Read) --Generic, Flat)
data AmmoType