Skip to content

Commit

Permalink
Quick laser swap fix (#14063)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmixo authored Oct 1, 2023
1 parent 55a74fa commit 84c295b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@

playsound(user, 'sound/weapons/emitter.ogg', 5, FALSE, 2)

shots_fired = 0
gun_firemode = initial(choice.fire_mode)
gun_firemode_list = list(gun_firemode)
ammo_datum_type = initial(choice.ammo_datum_type)
Expand Down

0 comments on commit 84c295b

Please sign in to comment.