Skip to content

Commit

Permalink
Revert "Fixing duplication of metal"
Browse files Browse the repository at this point in the history
This reverts commit 13ee0d3.
  • Loading branch information
DelineFortune committed Jan 7, 2024
1 parent 13ee0d3 commit 63de992
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" = 100)
matter = list("metal" = 2000)
w_class = SIZE_SMALL
force = 1
var/slot = null //"muzzle", "rail", "under", "stock", "special"
Expand Down

0 comments on commit 63de992

Please sign in to comment.