Add various item info

This commit is contained in:
2023-01-03 15:58:54 +00:00
parent 6c1862b2a1
commit 5fc39bd12d
11 changed files with 310 additions and 50 deletions
+1
View File
@@ -43,6 +43,7 @@ itemFromEquipType et = case et of
SPEEDLEGS -> speedLegs
JUMPLEGS -> jumpLegs
JETPACK -> jetPack
FUELPACK -> fuelPack
AUTODETECTOR d -> autoDetector d
itemFromLeftType :: LeftItemType -> Item