Refactor bouncing bullets

This commit is contained in:
2022-07-18 09:44:25 +01:00
parent ce3154d311
commit ce36aa8295
4 changed files with 81 additions and 84 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ repeater :: Item
repeater = rifle
& itType . iyModules . at ModRifleMag ?~ EMPTYMODULE
& itType . iyBase .~ HELD REPEATER
& itConsumption . laCycle .~ [loadEject 50, loadInsert 40 ,loadPrime 20]
& itConsumption . laCycle .~ [loadEject 20, loadInsert 20 ,loadPrime 20]
& itConsumption . laMax .~ 15