Correct room link position numbering
This commit is contained in:
@@ -38,6 +38,7 @@ data ItemIdentity
|
||||
| RemoteLauncher
|
||||
| LightningGun
|
||||
| PoisonSprayer
|
||||
| FlatShield
|
||||
deriving
|
||||
(Eq,Show,Ord,Enum)
|
||||
data AimStance
|
||||
|
||||
@@ -54,6 +54,7 @@ flatShield = defaultEquipment
|
||||
, _itAimStance = TwoHandFlat
|
||||
, _itEffect = effectOnOffEquip createShieldWall removeShieldWall
|
||||
, _itName = "SHIELD"
|
||||
, _itIdentity = FlatShield
|
||||
}
|
||||
flatShieldEquipSPic :: Item -> SPic
|
||||
flatShieldEquipSPic _ =
|
||||
|
||||
@@ -73,5 +73,5 @@ aDroneWithItemParams it cr w = over props (IM.insert i theShell) w
|
||||
, _pjVel = rotateV dir (V2 1 0)
|
||||
, _prDraw = _amPjDraw am
|
||||
, _pjID = i
|
||||
, _pjUpdate = \_ -> id
|
||||
, _pjUpdate = const id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user