Enable duct taping torches to rifles
This commit is contained in:
@@ -3,6 +3,7 @@ module Dodge.Default.Item
|
||||
) where
|
||||
import Dodge.Data
|
||||
import Picture
|
||||
import Geometry.Data
|
||||
--import Shape
|
||||
|
||||
defaultItem :: Item
|
||||
@@ -16,7 +17,7 @@ defaultItem = Item
|
||||
, _itInvColor = yellow
|
||||
, _itInvSize = 1
|
||||
, _itPos = VoidItm
|
||||
, _itDimension = ItemDimension 2 0
|
||||
, _itDimension = ItemDimension 2 0 (V3 10 (-5) 3)
|
||||
, _itConsumption = NoConsumption
|
||||
, _itUse = NoUse
|
||||
, _itAttachment = NoItAttachment
|
||||
|
||||
Reference in New Issue
Block a user