Skip to content

Commit

Permalink
M39 being able to use vertical grip again [BUFF] (#4627)
Browse files Browse the repository at this point in the history
# About the pull request

M39 receives a buff, which allows it to use a attachment that make sit
viable.

# Explain why it's good for the game

M39 as it stands is quite useless, the vertical grip might help it
become a viable choice over the M4RA, the MK2 and the M37 :)


# Testing Photographs and Procedure

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

</details>


# Changelog
:cl: stalkerino
balance: m39 is able to use vertigrip
/:cl:
  • Loading branch information
irakligabunia committed Oct 22, 2023
1 parent 14319cf commit 5a48d2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/projectiles/guns/smgs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
aim_slowdown = SLOWDOWN_ADS_QUICK
wield_delay = WIELD_DELAY_VERY_FAST
attachable_allowed = list(
/obj/item/attachable/suppressor,
/obj/item/attachable/suppressor,
/obj/item/attachable/reddot,
/obj/item/attachable/reflex,
/obj/item/attachable/flashlight,
Expand Down Expand Up @@ -50,7 +50,8 @@
/obj/item/attachable/suppressor,
/obj/item/attachable/reddot,
/obj/item/attachable/reflex,
/obj/item/attachable/angledgrip,
/obj/item/attachable/angledgrip,
/obj/item/attachable/verticalgrip,
/obj/item/attachable/flashlight/grip,
/obj/item/attachable/stock/smg,
/obj/item/attachable/stock/smg/collapsible,
Expand Down

0 comments on commit 5a48d2c

Please sign in to comment.