AI refactor
This commit is contained in:
@@ -506,3 +506,5 @@ isAnimate :: Creature -> Bool
|
||||
isAnimate cr = case _crActionPlan cr of
|
||||
Inanimate -> False
|
||||
_ -> True
|
||||
|
||||
sigmoid x = x/sqrt(1+x^2)
|
||||
|
||||
Reference in New Issue
Block a user