From 9b8fc8808944e60850bb83f3eb719b22985828ea Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Mon, 22 Feb 2021 12:43:58 -0700 Subject: [PATCH] datum + typo --- code/modules/cargo/packs/service.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/cargo/packs/service.dm b/code/modules/cargo/packs/service.dm index 2285a37c..88f152fc 100644 --- a/code/modules/cargo/packs/service.dm +++ b/code/modules/cargo/packs/service.dm @@ -314,9 +314,9 @@ crate_name = "games supply crate" crate_type = /obj/structure/closet/crate -/datum/supply_pack/service/vending/hydro +/datum/supply_pack/service/vending/hydrovendors name = "Hydroponics Supply Crate" - desc = "Arnt you glad you dont have to do it the natural way? Contains a megaseed and nutrimax vending machine refill." + desc = "Arn't you glad you dont have to do it the natural way? Contains a megaseed and nutrimax vending machine refill." cost = 5000 contains = list(/obj/item/vending_refill/hydroseeds, /obj/item/vending_refill/hydronutrients)