fix remaining vulcan
-family bug
This commit is contained in:
parent
571412b15e
commit
ead2a7d874
@ -845,7 +845,7 @@ vulcan_p = vulcan_e.new{
|
|||||||
dy = -4,
|
dy = -4,
|
||||||
category=player_blt_cat
|
category=player_blt_cat
|
||||||
}
|
}
|
||||||
mknew(vulcan_e)
|
mknew(vulcan_p)
|
||||||
|
|
||||||
vulcan_gun_e = gun_base.new{
|
vulcan_gun_e = gun_base.new{
|
||||||
icon = 37,
|
icon = 37,
|
||||||
@ -854,7 +854,7 @@ vulcan_gun_e = gun_base.new{
|
|||||||
cooldown = 0x0.0002, -- frames between shots
|
cooldown = 0x0.0002, -- frames between shots
|
||||||
ammo = nil,
|
ammo = nil,
|
||||||
maxammo = nil,
|
maxammo = nil,
|
||||||
munition=vulcan_p,
|
munition=vulcan_e,
|
||||||
dxs = {0.35, -0.35, -0.7, 0.7, 0.35, -0.35},
|
dxs = {0.35, -0.35, -0.7, 0.7, 0.35, -0.35},
|
||||||
xoffs = {1, 0, -1, 1, 0, -1},
|
xoffs = {1, 0, -1, 1, 0, -1},
|
||||||
dxidx = 1,
|
dxidx = 1,
|
||||||
@ -872,6 +872,7 @@ mknew(vulcan_gun_e)
|
|||||||
vulcan_gun_p = vulcan_gun_e.new{
|
vulcan_gun_p = vulcan_gun_e.new{
|
||||||
munition=vulcan_p,
|
munition=vulcan_p,
|
||||||
}
|
}
|
||||||
|
mknew(vulcan_gun_p)
|
||||||
|
|
||||||
-->8
|
-->8
|
||||||
--ships, including player
|
--ships, including player
|
||||||
|
Loading…
Reference in New Issue
Block a user