blast gun is a trig gun
now there are no more base guns
This commit is contained in:
parent
2b51a3472b
commit
9be828dd5c
@ -1019,9 +1019,10 @@ blast = mknew(bullet_base.new{
|
|||||||
category=player_blt_cat
|
category=player_blt_cat
|
||||||
})
|
})
|
||||||
|
|
||||||
blast_gun = mknew(gun_base.new{
|
blast_gun = mknew(trig_gun.new{
|
||||||
icon = 13,
|
icon = 13,
|
||||||
cooldown = 0x0.0078, -- 120 frames between shots
|
cooldown = 0x0.0078, -- 120 frames between shots
|
||||||
|
aim = -0.75,
|
||||||
ammo = 5,
|
ammo = 5,
|
||||||
maxammo = 5,
|
maxammo = 5,
|
||||||
munition = blast,
|
munition = blast,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user