Skip to content

Commit

Permalink
Makes SMGs bulky (#2747)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
I don't think this has even crossed anyone's mind anyways
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Changelog

:cl:
fix: SMGs are now too large to store in your bag
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
thgvr authored Feb 22, 2024
1 parent addbfea commit c620c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic/smg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
spread_unwielded = 10
wield_slowdown = 0.35
recoil_unwielded = 4
w_class = WEIGHT_CLASS_BULKY

load_sound = 'sound/weapons/gun/smg/smg_reload.ogg'
load_empty_sound = 'sound/weapons/gun/smg/smg_reload.ogg'
Expand Down Expand Up @@ -282,7 +283,6 @@
righthand_file = 'icons/mob/inhands/weapons/64x_guns_right.dmi'
item_state = "aks74u"
weapon_weight = WEAPON_MEDIUM
w_class = WEIGHT_CLASS_NORMAL
mag_type = /obj/item/ammo_box/magazine/aks74u

/obj/item/gun/ballistic/automatic/smg/aks74u/ComponentInitialize()
Expand Down

0 comments on commit c620c4e

Please sign in to comment.