Skip to content

Commit

Permalink
Nerfing magazine by making them normal sized
Browse files Browse the repository at this point in the history
  • Loading branch information
Marabout2 committed Dec 24, 2024
1 parent b7dafe0 commit f446fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monkestation/code/modules/security/code/weapons/paco.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
max_ammo = 16
multiple_sprites = AMMO_BOX_PER_BULLET
multiple_sprite_use_base = TRUE
w_class = WEIGHT_CLASS_SMALL
w_class = WEIGHT_CLASS_NORMAL

/obj/item/ammo_box/magazine/m35/update_icon_state()
. = ..()
Expand All @@ -105,6 +105,7 @@
icon_state = "35r"
base_icon_state = "35r"
ammo_type = /obj/item/ammo_casing/c35/rubber
w_class = WEIGHT_CLASS_NORMAL

/obj/item/ammo_casing/c35/rubber
name = ".35 Auto rubber bullet casing"
Expand Down

0 comments on commit f446fdf

Please sign in to comment.