From 0b620b77566a483ba991f3df56201018fb2f5cfa Mon Sep 17 00:00:00 2001 From: Erika Fox <94164348+Bjarl@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:01:51 -0400 Subject: [PATCH] wjoops --- code/modules/projectiles/guns/ballistic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic.dm b/code/modules/projectiles/guns/ballistic.dm index 0ceb1c8b369f..4c885c9c75ca 100644 --- a/code/modules/projectiles/guns/ballistic.dm +++ b/code/modules/projectiles/guns/ballistic.dm @@ -274,7 +274,7 @@ if(sealed_magazine) to_chat(user, span_warning("The [magazine_wording] on [src] is sealed and cannot be accessed!")) return - if(bolt_type == BOLT_TYPE_NO_BOLT && chambered) + if(bolt_type == BOLT_TYPE_NO_BOLT && (chambered || internal_magazine)) chambered = null var/num_unloaded = 0 for(var/obj/item/ammo_casing/CB in get_ammo_list(FALSE, TRUE))