Improve item use hammer, improve wide laser
This commit is contained in:
+4
-4
@@ -63,8 +63,8 @@ itemFromBase ibt = case ibt of
|
||||
DUALBEAM -> dualBeam
|
||||
LASGUNSWING -> lasSwing
|
||||
--LASGUNSWAY -> lasSway
|
||||
LASGUNWIDEPULSE -> lasWidePulse
|
||||
LASGUNWIDE i -> lasGunWide i
|
||||
-- LASGUNWIDEPULSE -> lasWidePulse
|
||||
LASWIDE i -> lasWide i
|
||||
--LASGUNFOCUS i -> lasFocus i
|
||||
SONICGUN -> sonicGun
|
||||
TRACTORGUN -> tractorGun
|
||||
@@ -204,8 +204,8 @@ baseToFamily ibt = case ibt of
|
||||
DUALBEAM -> HeldFamily
|
||||
LASGUNSWING -> HeldFamily
|
||||
-- LASGUNSWAY -> HeldFamily
|
||||
LASGUNWIDEPULSE -> HeldFamily
|
||||
LASGUNWIDE _ -> HeldFamily
|
||||
-- LASGUNWIDEPULSE -> HeldFamily
|
||||
LASWIDE _ -> HeldFamily
|
||||
--LASGUNFOCUS _ -> HeldFamily
|
||||
SONICGUN -> HeldFamily
|
||||
TRACTORGUN -> HeldFamily
|
||||
|
||||
Reference in New Issue
Block a user