Add loading cycles to magazines

This commit is contained in:
2024-06-21 13:37:51 +01:00
parent 0a1b0386b9
commit 872e60438e
8 changed files with 367 additions and 370 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ hatCombinations =
magazineCombinations :: [([(ItAmount,ItemBaseType)],Item)]
magazineCombinations =
[ po [CRAFT TIN, CRAFT SPRING] tinMag ]
[ po [CRAFT TIN, CRAFT SPRING] tinMag
]
where
po xs it = (map o xs, it)
o = (1,)