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
-1
View File
@@ -269,7 +269,6 @@ updateItemTargeting tt cr itm w = case tt of
_ | not isattached -> w
& pointittarg .itTgPos .~ Nothing
& pointittarg .itTgActive .~ False
TARGETLASER -> w
TargetRBPress | rbpressed -> w
& pointittarg .itTgPos %~ maybe (Just $ mouseWorldPos (w ^. input) (w ^. wCam)) Just
& pointittarg .itTgActive .~ True