Smooth out slime splitting
There are probably possible errors from the use of cutPoly
This commit is contained in:
@@ -70,7 +70,7 @@ slimeCrit = defaultCreature
|
||||
& crName .~ "slimeCrit"
|
||||
& crHP .~ HP 1000
|
||||
-- & crType .~ SlimeCrit r 0 0 (V2 (slimeToRad r) 0) False 0
|
||||
& crType .~ SlimeCrit r 0 0 1 False 0
|
||||
& crType .~ SlimeCrit r 0 Nothing 1 False 0
|
||||
& crFaction .~ ColorFaction (light green)
|
||||
& crPerception . cpVision . viFOV .~ FloatFOV pi
|
||||
& crActionPlan .~ SlimeIntelligence
|
||||
|
||||
Reference in New Issue
Block a user