Commit before rethinking item positioning, broken item hammer
This commit is contained in:
+4
-4
@@ -62,10 +62,10 @@ itemFromBase ibt = case ibt of
|
||||
LASPULSE -> lasPulse
|
||||
DUALBEAM -> dualBeam
|
||||
LASGUNSWING -> lasSwing
|
||||
LASGUNSWAY -> lasSway
|
||||
--LASGUNSWAY -> lasSway
|
||||
LASGUNWIDEPULSE -> lasWidePulse
|
||||
LASGUNWIDE i -> lasGunWide i
|
||||
LASGUNFOCUS i -> lasFocus i
|
||||
--LASGUNFOCUS i -> lasFocus i
|
||||
SONICGUN -> sonicGun
|
||||
TRACTORGUN -> tractorGun
|
||||
LAUNCHER -> launcher
|
||||
@@ -203,10 +203,10 @@ baseToFamily ibt = case ibt of
|
||||
LASPULSE -> HeldFamily
|
||||
DUALBEAM -> HeldFamily
|
||||
LASGUNSWING -> HeldFamily
|
||||
LASGUNSWAY -> HeldFamily
|
||||
-- LASGUNSWAY -> HeldFamily
|
||||
LASGUNWIDEPULSE -> HeldFamily
|
||||
LASGUNWIDE _ -> HeldFamily
|
||||
LASGUNFOCUS _ -> HeldFamily
|
||||
--LASGUNFOCUS _ -> HeldFamily
|
||||
SONICGUN -> HeldFamily
|
||||
TRACTORGUN -> HeldFamily
|
||||
LAUNCHER -> HeldFamily
|
||||
|
||||
Reference in New Issue
Block a user