Skip to content

Commit

Permalink
Update code/game/machinery/vending/cm_vending.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
ThePiachu and harryob authored Jun 24, 2024
1 parent 91f4fbf commit 88026e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/cm_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ GLOBAL_LIST_EMPTY(vending_products)
box_list += list(tmp_item)

//Putting Ammo and other boxes on the bottom of the list if they haven't been accounted for already
if(box_list.len > 0)
if(length(box_list))
listed_products += list(list("BOXES", -1, null, null))
for(var/list/L as anything in box_list)
listed_products += list(L)
Expand Down

0 comments on commit 88026e4

Please sign in to comment.