Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Oct 3, 2023
1 parent e8d7c10 commit 7d05de9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
for(var/i = 0, i < 2, i++)
new /obj/item/storage/box/milk(src)
for(var/i = 0, i < 2, i++)
/obj/item/storage/box/soymilk(src)
new /obj/item/storage/box/soymilk(src)
for(var/i = 0, i < 7, i++)
new /obj/item/storage/fancy/egg_box(src)
new /obj/item/storage/box/enzyme(src)
Expand Down

0 comments on commit 7d05de9

Please sign in to comment.