Allow for item use when not root
This commit is contained in:
@@ -5,7 +5,6 @@ module Dodge.Creature.LtAutoCrit (
|
||||
import Control.Lens
|
||||
import Dodge.Data.Creature
|
||||
import Dodge.Default
|
||||
import Dodge.Item.Consumable
|
||||
import Dodge.Item.Held.Stick
|
||||
import qualified IntMapHelp as IM
|
||||
import Picture
|
||||
@@ -13,7 +12,7 @@ import Picture
|
||||
ltAutoCrit :: Creature
|
||||
ltAutoCrit =
|
||||
defaultCreature
|
||||
{ _crInv = IM.fromList [(0, autoPistol), (1, medkit 100)]
|
||||
{ _crInv = IM.fromList [(0, autoPistol)]
|
||||
, _crRad = 10
|
||||
, _crHP = 500
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user