Make _targetCr an Int id rather than a full creature

This commit is contained in:
2025-10-15 20:09:17 +01:00
parent 57ca53638a
commit 5e6ed1d793
13 changed files with 122 additions and 123 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ data CrHP
| CrIsPitted
data Intention = Intention
{ _targetCr :: Maybe Creature
{ _targetCr :: Maybe Int
, _mvToPoint :: Maybe Point2
, _viewPoint :: Maybe Point2
}