Skip to content

Commit

Permalink
Fixing duplication of metal
Browse files Browse the repository at this point in the history
You can take M41A from vendor, strip it for stock+underbarrel grenade launcher and get 1 metal sheel (4000) per 5 seconds. Now you are getting 200 of metal for those actions so its not effective anymore
  • Loading branch information
DelineFortune committed Jan 7, 2024
1 parent 3b3cfc1 commit 13ee0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Defined in conflicts.dm of the #defines folder.
var/pixel_shift_y = 16 //Uses the bottom left corner of the item.

flags_atom = FPRINT|CONDUCT
matter = list("metal" = 2000)
matter = list("metal" = 100)
w_class = SIZE_SMALL
force = 1
var/slot = null //"muzzle", "rail", "under", "stock", "special"
Expand Down

0 comments on commit 13ee0d3

Please sign in to comment.