Skip to content

Commit

Permalink
m56d nerf - correct branch this time (cmss13-devs#5301)
Browse files Browse the repository at this point in the history
# About the pull request
Removes burst fire from the m56d
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
You can no longer kill Queen in 3 seconds, now it's around 6 seconds

# Testing Photographs and Procedure

<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl:
balance: m56d loses burst fire
/:cl:
  • Loading branch information
ItsVyzo committed Jan 15, 2024
1 parent 939e283 commit a4c6ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/cm_marines/smartgun_mount.dm
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@
/// What firemodes this gun has
var/static/list/gun_firemodes = list(
GUN_FIREMODE_SEMIAUTO,
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 a4c6ab0

Please sign in to comment.