From 9be3ce9a7ec83acea7a3ee229a1bfd670bb89f14 Mon Sep 17 00:00:00 2001 From: grifp71 <39208328+grifp71@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:11:21 -0400 Subject: [PATCH] Fixes SG ammo can and a storage exploit (#205) --- code/game/objects/items/storage/misc.dm | 4 ++-- code/modules/projectiles/ammo_boxes/round_boxes.dm | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/misc.dm b/code/game/objects/items/storage/misc.dm index e1fe694a57..12f6fbb3d0 100644 --- a/code/game/objects/items/storage/misc.dm +++ b/code/game/objects/items/storage/misc.dm @@ -129,7 +129,7 @@ desc = "A small case containing the once-standard sidearm of the UPP, the Type 73, and two additional magazines. The contained sidearm is probably looted off a dead officer or from a captured stockpile, either way this thing is worth a pretty penny." icon = 'icons/obj/items/storage.dmi' icon_state = "matebacase" - w_class = SIZE_MEDIUM + w_class = SIZE_LARGE max_w_class = SIZE_MEDIUM storage_slots = 3 @@ -143,7 +143,7 @@ desc = "A relatively large storage case containing the 1911 and additional magazines. Purchased by enlisted or aspiring PMCs looking to carry a timeless classic" icon = 'icons/obj/items/storage.dmi' icon_state = "matebacase" - w_class = SIZE_MEDIUM + w_class = SIZE_LARGE max_w_class = SIZE_MEDIUM storage_slots = 3 diff --git a/code/modules/projectiles/ammo_boxes/round_boxes.dm b/code/modules/projectiles/ammo_boxes/round_boxes.dm index 81dfdfdab3..146f576b59 100644 --- a/code/modules/projectiles/ammo_boxes/round_boxes.dm +++ b/code/modules/projectiles/ammo_boxes/round_boxes.dm @@ -48,6 +48,7 @@ overlay_content = "_reg" default_ammo = /datum/ammo/bullet/smartgun caliber = "10x28mm" + bullet_amount = 1000 max_bullet_amount = 1000 /obj/item/ammo_box/rounds/smartgun/empty