From aa6b3be9cc804b4c83d14edccd2b77e7eaf3179b Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Fri, 9 Jun 2023 01:31:23 -0400 Subject: [PATCH] Adds the Coroner vendor to the desc of its supply pack (#75915) ## About The Pull Request Forgot to add the MortiDrobe to the description of the pack when adding its refill canister, this is a minor fix. ## Why It's Good For The Game Minor fix to the pack description. ## Changelog :cl: spellcheck: The Medical vending refill crate's description now properly displays the Coroner's vendor as being part of its contents. /:cl: --- code/modules/cargo/packs/vending_restock.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/vending_restock.dm b/code/modules/cargo/packs/vending_restock.dm index 559b0af287f..cfe9961cc3a 100644 --- a/code/modules/cargo/packs/vending_restock.dm +++ b/code/modules/cargo/packs/vending_restock.dm @@ -187,7 +187,7 @@ /datum/supply_pack/vending/wardrobes/medical name = "Medical Wardrobe Supply Crate" desc = "This crate contains refills for the MediDrobe, \ - ChemDrobe, and ViroDrobe." + ChemDrobe, ViroDrobe, and MortiDrobe." cost = CARGO_CRATE_VALUE * 6 contains = list(/obj/item/vending_refill/wardrobe/medi_wardrobe, /obj/item/vending_refill/wardrobe/chem_wardrobe,