Reloading slows movement

This commit is contained in:
2021-12-05 00:36:31 +00:00
parent cbf344e73e
commit 1bb1a06101
9 changed files with 155 additions and 24 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ data FootForward
| WasRightForward
deriving
(Eq,Ord,Show)
data Posture = Aiming | AtEase
data Posture = Aiming | Reloading | AtEase
deriving
(Eq,Ord,Show)