diff --git a/code/modules/reagents/reagent_containers/food/lunch.dm b/code/modules/reagents/reagent_containers/food/lunch.dm index c39bda96ff8..adfd4e8ee60 100644 --- a/code/modules/reagents/reagent_containers/food/lunch.dm +++ b/code/modules/reagents/reagent_containers/food/lunch.dm @@ -89,7 +89,13 @@ var/list/lunchables_drinks_ = list( /obj/item/reagent_containers/food/drinks/carton/small/milk, /obj/item/reagent_containers/food/drinks/carton/small/milk/choco, /obj/item/reagent_containers/food/drinks/carton/small/milk/strawberry, - /obj/item/reagent_containers/food/drinks/cans/melon_soda + /obj/item/reagent_containers/food/drinks/cans/melon_soda, + /obj/item/reagent_containers/food/drinks/cans/zorasoda/cherry, + /obj/item/reagent_containers/food/drinks/cans/zorasoda/phoron, + /obj/item/reagent_containers/food/drinks/cans/zorasoda/klax, + /obj/item/reagent_containers/food/drinks/cans/zorasoda/cthur, + /obj/item/reagent_containers/food/drinks/cans/zorasoda/venomgrass, + /obj/item/reagent_containers/food/drinks/cans/zorasoda/kois, ) var/list/lunchables_vaurca_ = list( @@ -104,7 +110,9 @@ var/list/lunchables_vaurca_snack_ = list( /obj/item/reagent_containers/food/snacks/koiskebab3, /obj/item/reagent_containers/food/snacks/friedkois, /obj/item/reagent_containers/food/snacks/koismuffin, - /obj/item/reagent_containers/food/snacks/phoroncandy + /obj/item/reagent_containers/food/snacks/phoroncandy, + /obj/item/reagent_containers/food/snacks/koisbar, + /obj/item/reagent_containers/food/snacks/koisbar_clean, ) var/list/lunchables_utensil_ = list( diff --git a/html/changelogs/DreamySkrell-bug-lunch-2.yml b/html/changelogs/DreamySkrell-bug-lunch-2.yml new file mode 100644 index 00000000000..30e4703784d --- /dev/null +++ b/html/changelogs/DreamySkrell-bug-lunch-2.yml @@ -0,0 +1,42 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: DreamySkrell + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Zo'ra soda cans added to the list of lunchbox drinks." + - rscadd: "K'ois bars added to the list of vaurca lunchbox snacks."