Skip to content

Commit

Permalink
if you say so
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Oct 13, 2023
1 parent 5115672 commit 0937534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ As sniper rifles have both and weapon mods can change them as well. ..() deals w

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)
current_stock.activate_attachment(src, user, turn_off = TRUE)

unwield(user)
set_gun_user(null)
Expand Down

0 comments on commit 0937534

Please sign in to comment.