Remove external corpses, handle them as creatures
This commit is contained in:
@@ -10,7 +10,7 @@ import Picture
|
||||
swarmCrit :: Creature
|
||||
swarmCrit =
|
||||
defaultCreature
|
||||
{ _crHP = 1
|
||||
{ _crHP = HP 1
|
||||
-- , _crRad = 2
|
||||
, _crFaction = ColorFaction yellow
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user