Make _targetCr an Int id rather than a full creature
This commit is contained in:
@@ -74,7 +74,7 @@ data CrHP
|
||||
| CrIsPitted
|
||||
|
||||
data Intention = Intention
|
||||
{ _targetCr :: Maybe Creature
|
||||
{ _targetCr :: Maybe Int
|
||||
, _mvToPoint :: Maybe Point2
|
||||
, _viewPoint :: Maybe Point2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user