Skip to content

Commit

Permalink
Adds MREs to the ColMarTech Food Vendor (#7111)
Browse files Browse the repository at this point in the history
# About the pull request

Adds 15 MREs to each ColMarTech Food Vendor on the Almayer

# Explain why it's good for the game

Marines basically already get infinite MREs anyways, no harm in adding
them if shipside personnel like MPs want to grab food on the go and not
have a whole plate of food just in their bag, which is weird.

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>



https://github.com/user-attachments/assets/6a711776-d791-48b6-946f-b7495cbf8022


</details>


# Changelog
:cl:
add: All ColMarTech Food Vendors now have 15 MREs
/:cl:
  • Loading branch information
efzapa committed Sep 17, 2024
1 parent e7d83ed commit 747a19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/vending/vendor_types/food.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/obj/structure/machinery/cm_vending/sorted/marine_food/populate_product_list(scale)
listed_products = list(
list("PREPARED MEALS", -1, null, null),
list("USCM Meal Ready to Eat", 15, /obj/item/storage/box/MRE, VENDOR_ITEM_REGULAR),
list("USCM Prepared Meal (Chicken)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal5, VENDOR_ITEM_REGULAR),
list("USCM Prepared Meal (Cornbread)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal1, VENDOR_ITEM_REGULAR),
list("USCM Prepared Meal (Pasta)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal3, VENDOR_ITEM_REGULAR),
Expand Down

0 comments on commit 747a19f

Please sign in to comment.