Continue to refactor item datatypes, add a shape to rockets
This commit is contained in:
@@ -5,7 +5,6 @@ Description : Instances of data structures
|
||||
This module contains prototypical data structures.
|
||||
-}
|
||||
module Dodge.Default where
|
||||
import Dodge.Item.Weapon.ExtraEffect
|
||||
import Dodge.Default.Weapon
|
||||
import Dodge.Data
|
||||
import Dodge.SoundLogic
|
||||
@@ -158,7 +157,7 @@ defaultConsumable = Consumable
|
||||
, _itID = Nothing
|
||||
, _itInvColor = blue
|
||||
, _itInvDisplay = \it -> _itName it ++ " x" ++ show (_itAmount it)
|
||||
, _itEffect = wpRecock
|
||||
, _itEffect = NoItEffect
|
||||
, _itDimension = defaultItemDimension
|
||||
}
|
||||
defaultApplyDamage :: [DamageType] -> Creature -> (World -> World, Creature)
|
||||
|
||||
Reference in New Issue
Block a user