Mapper, ARHUD, radar sweeps update. Add dropper items

This commit is contained in:
2025-01-03 10:43:06 +00:00
parent e9f5a39ed7
commit 386d6f47b0
27 changed files with 802 additions and 700 deletions
+2 -1
View File
@@ -29,6 +29,8 @@ itemFromBase = \case
INTROSCAN t -> introScan t
MAPPER -> mapper
DETECTOR d -> detector d
ARHUD -> arHUD
DROPPER x -> dropper x
itemFromAmmoMag :: AmmoMagType -> Item
itemFromAmmoMag at = case at of
@@ -52,7 +54,6 @@ itemFromAttachType at = case at of
SMOKEREDUCER -> smokeReducer
-- ROCKETHOMER -> rocketHomer
HOMINGMODULE -> homingModule
AUGMENTEDHUD -> augmentedHUD
SHELLPAYLOAD p -> shellModule p
itemFromEquipType :: EquipItemType -> Item