fix remaining vulcan-family bug

This commit is contained in:
Kistaro Windrider 2024-09-02 14:45:56 -07:00
parent 571412b15e
commit ead2a7d874
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -845,7 +845,7 @@ vulcan_p = vulcan_e.new{
dy = -4,
category=player_blt_cat
}
mknew(vulcan_e)
mknew(vulcan_p)
vulcan_gun_e = gun_base.new{
icon = 37,
@ -854,7 +854,7 @@ vulcan_gun_e = gun_base.new{
cooldown = 0x0.0002, -- frames between shots
ammo = nil,
maxammo = nil,
munition=vulcan_p,
munition=vulcan_e,
dxs = {0.35, -0.35, -0.7, 0.7, 0.35, -0.35},
xoffs = {1, 0, -1, 1, 0, -1},
dxidx = 1,
@ -872,6 +872,7 @@ mknew(vulcan_gun_e)
vulcan_gun_p = vulcan_gun_e.new{
munition=vulcan_p,
}
mknew(vulcan_gun_p)
-->8
--ships, including player