Make item use mods an external function

This commit is contained in:
2022-07-20 17:06:45 +01:00
parent 795c4c1987
commit 12246462fe
22 changed files with 232 additions and 297 deletions
+10 -2
View File
@@ -25,10 +25,10 @@ data HeldMod = HeldModNothing
| LauncherMod
| TeslaMod
| CircleLaserMod
| LasWideMod
| LasWideMod Int
| DualBeamMod
| LasMod
| LauncherXMod
| LauncherXMod Int
| ShatterMod
| AmmoCheckMod
| AmmoUseCheckMod
@@ -42,3 +42,11 @@ data HeldMod = HeldModNothing
| MachineGunMod
| ModWithDirectedTeleport HeldMod
| BangStickMod
| PistolMod
| AutoPistolMod
| MachinePistolMod
| BurstRifleMod
| MiniGunMod Int
| SmgMod
| RevolverXMod
| BangConeMod