Remove external corpses, handle them as creatures
This commit is contained in:
@@ -23,7 +23,7 @@ defaultCreature =
|
||||
, _crID = 1
|
||||
, _crType = ChaseCrit {_meleeCooldown = 0}
|
||||
-- , _crRad = 10
|
||||
, _crHP = 100
|
||||
, _crHP = HP 100
|
||||
-- , _crMaxHP = 150
|
||||
, _crInv = mempty
|
||||
, _crManipulation = Manipulator SelNothing
|
||||
|
||||
@@ -135,7 +135,7 @@ defaultLWorld =
|
||||
, _delayedEvents = []
|
||||
, _pressPlates = IM.empty
|
||||
, _buttons = IM.empty
|
||||
, _corpses = IM.empty
|
||||
-- , _corpses = IM.empty
|
||||
, _lightSources = IM.empty
|
||||
, _lights = mempty
|
||||
, _seenLocations =
|
||||
|
||||
Reference in New Issue
Block a user