Rename protypes/basic to default
This commit is contained in:
@@ -2,7 +2,7 @@ module Dodge.Item.Consumable
|
||||
where
|
||||
import Dodge.Data
|
||||
import Dodge.Base
|
||||
import Dodge.Prototypes
|
||||
import Dodge.Default
|
||||
import Dodge.SoundLogic
|
||||
|
||||
import Dodge.Item.Draw
|
||||
@@ -14,7 +14,7 @@ import Control.Lens
|
||||
import qualified Data.IntMap.Strict as IM
|
||||
|
||||
medkit :: Int -> Item
|
||||
medkit i = basicConsumable
|
||||
medkit i = defaultConsumable
|
||||
{ _itIdentity = Medkit25
|
||||
, _itName = "MEDKIT" ++ show i
|
||||
, _itMaxStack = 9
|
||||
|
||||
Reference in New Issue
Block a user