Replace buggy circle seg intersection with a simpler test
This commit is contained in:
@@ -12,7 +12,7 @@ import Picture
|
||||
launcherCrit :: Creature
|
||||
launcherCrit =
|
||||
defaultCreature
|
||||
{ _crInv = IM.fromList [(0, launcher)]
|
||||
{ _crInv = IM.fromList [(0, rLauncher)]
|
||||
, _crRad = 10
|
||||
, _crState = defaultState
|
||||
, _crHP = 300
|
||||
|
||||
Reference in New Issue
Block a user