Skip to content

Commit

Permalink
wjoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 11, 2024
1 parent 9a8e2df commit 0b620b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 0b620b7

Please sign in to comment.