Skip to content

Commit

Permalink
Attachment dupe -metal
Browse files Browse the repository at this point in the history
Making attachment duplication non effective to metal farm
  • Loading branch information
DelineFortune committed Jan 9, 2024
1 parent 63de992 commit fb62e74
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 fb62e74

Please sign in to comment.