blast gun is a trig gun

now there are no more base guns
This commit is contained in:
Kistaro Windrider 2025-06-01 17:38:45 -07:00
parent 2b51a3472b
commit 9be828dd5c
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -1019,9 +1019,10 @@ blast = mknew(bullet_base.new{
category=player_blt_cat
})
blast_gun = mknew(gun_base.new{
blast_gun = mknew(trig_gun.new{
icon = 13,
cooldown = 0x0.0078, -- 120 frames between shots
aim = -0.75,
ammo = 5,
maxammo = 5,
munition = blast,