Skip to content

Commit

Permalink
hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Oct 13, 2023
1 parent 82b8f3d commit 5115672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,10 @@ As sniper rifles have both and weapon mods can change them as well. ..() deals w
if(fire_delay_group && delay_left > 0)
LAZYSET(user.fire_delay_next_fire, src, world.time + delay_left)

for(var/obj/item/attachable/stock/smg/collapsible/brace/current_stock in contents) //SMG armbrace folds to stop it getting stuck on people
if(current_stock.stock_activated)
current_stock.activate_attachment(src, user, TRUE)

unwield(user)
set_gun_user(null)

Expand Down

0 comments on commit 5115672

Please sign in to comment.