Move launcher homing to module, add double launcher

This commit is contained in:
2022-03-02 18:05:42 +00:00
parent ae387e85e3
commit 163d0c584a
4 changed files with 52 additions and 20 deletions
+2
View File
@@ -393,6 +393,7 @@ data ModuleSlot
| ModAutoMag
| ModTarget
| ModBulletTrajectory
| ModLauncherHoming
deriving (Eq,Ord)
data ItemModule
@@ -522,6 +523,7 @@ data AmmoType
{ _amPayload :: Point2 -> World -> World
, _amString :: String
, _amPjDraw :: Prop -> SPic
, _amPjCreation :: Item -> Creature -> World -> World
-- , _aProjectile :: Ammo -> Prop
}
| BulletAmmo