Remove duplicated creature movement code

This commit is contained in:
2021-05-21 14:20:45 +02:00
parent 114335fdbe
commit 322894c513
8 changed files with 87 additions and 264 deletions
+1
View File
@@ -40,5 +40,6 @@ data CrGroup
, _crGroupID :: Int
}
| CrGroupID { _crGroupID :: Int }
| ShieldGroup
makeLenses ''CreatureState
makeLenses ''CrSpState