Remove non-laser item TARGETLASER

This commit is contained in:
2024-10-08 17:07:31 +01:00
parent 72346093c7
commit c0879393cd
10 changed files with 142 additions and 151 deletions
-9
View File
@@ -22,15 +22,6 @@ zoomScope = defaultHeldItem
targetingScope :: TargetingType -> Item
targetingScope tt= case tt of
TARGETLASER -> defaultHeldItem
& itType .~ TARGETING tt
& itAmmoSlots .~ singleAmmo ElectricalAmmo
& itUse .~ UseCraft
& itTargeting .~ ItTargeting
{ _itTgPos = Nothing
, _itTgID = Nothing
, _itTgActive = False
}
_ -> defaultHeldItem
& itType .~ TARGETING tt
& itUse .~ UseCraft