Skip to content

Commit

Permalink
Update ammo.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Jun 9, 2024
1 parent b2d4055 commit f20091a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/cargo/packs/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
. = ..()
if(!start_empty)
return .
for(var/obj/item/ammo_box/magazine/A in C.contents)
var/list/L = A.ammo_list(TRUE)
QDEL_LIST(L)
for(var/obj/item/ammo_box/magazine/clippy in C.contents)
var/list/boolets = clippy.ammo_list(TRUE)
QDEL_LIST(boolets)

/*
Pistol ammo
Expand Down

0 comments on commit f20091a

Please sign in to comment.