Skip to content

Commit

Permalink
forgot this
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsVyzo committed Dec 25, 2023
1 parent 70a0bf3 commit 91df83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/smartgun_mount.dm
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
/// What firemodes this gun has
var/static/list/gun_firemodes = list(
GUN_FIREMODE_SEMIAUTO,
GUN_FIREMODE_BURSTFIRE,
// GUN_FIREMODE_BURSTFIRE,
GUN_FIREMODE_AUTOMATIC,
)
/// A multiplier for how slow this gun should fire in automatic as opposed to burst. 1 is normal, 1.2 is 20% slower, 0.8 is 20% faster, etc.
Expand Down

0 comments on commit 91df83e

Please sign in to comment.