Skip to content

Commit

Permalink
Salt annihilation
Browse files Browse the repository at this point in the history
Sending MRE salt to d-chat (is he stupid?)
  • Loading branch information
mesnomer committed Dec 29, 2024
1 parent 6fb2ec1 commit 2bdfd4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/objects/items/reagent_containers/food/snacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3429,17 +3429,14 @@
icon_state = "entree"
desc = "An MRE entree component. Contains the main course for nutrients. This one is [flavor]."
reagents.add_reagent("nutriment", 14)
reagents.add_reagent("sodiumchloride", 6)
if("cracker", "cheese spread", "rice onigiri", "mashed potatoes", "risotto")
icon_state = "side"
desc = "An MRE side component. Contains a side, to be eaten alongside the main. This one is [flavor]."
reagents.add_reagent("nutriment", 6)
reagents.add_reagent("sodiumchloride", 2)
if("biscuit", "meatballs", "pretzels", "peanuts", "sushi")
icon_state = "snack"
desc = "An MRE snack component. Contains a light snack in case you weren't feeling terribly hungry. This one is [flavor]."
reagents.add_reagent("nutriment", 4)
reagents.add_reagent("sodiumchloride", 2)
if("spiced apples", "chocolate brownie", "sugar cookie", "coco bar", "flan", "honey flan")
icon_state = "dessert"
desc = "An MRE side component. Contains a sweet dessert, to be eaten after the main (or before, if you're rebellious). This one is [flavor]."
Expand Down

0 comments on commit 2bdfd4f

Please sign in to comment.