From 58323be9ad100bbbc61888e02382d44881ddbcfd Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 9 Feb 2015 03:31:06 +0100 Subject: [PATCH] Typo fixes --- code/game/machinery/vending.dm | 2 +- code/game/objects/items/weapons/storage/firstaid.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index d6a191d7f61..2c5f099f53b 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -880,7 +880,7 @@ /obj/machinery/vending/hydroseeds name = "MegaSeed Servitor" desc = "When you need seeds fast!" - product_slogans = "THIS'S WHERE TH' SEEDS LIVE! GIT YOU SOME!;Hands down the best seed selection on the station!;Also certain mushroom varities available, more for experts! Get certified today!" + product_slogans = "THIS'S WHERE TH' SEEDS LIVE! GIT YOU SOME!;Hands down the best seed selection on the station!;Also certain mushroom varieties available, more for experts! Get certified today!" product_ads = "We like plants!;Grow some crops!;Grow, baby, growww!;Aw h'yeah son!" icon_state = "seeds" delay_product_spawn = 1 diff --git a/code/game/objects/items/weapons/storage/firstaid.dm b/code/game/objects/items/weapons/storage/firstaid.dm index 9123cdb0155..e384cfaaf30 100644 --- a/code/game/objects/items/weapons/storage/firstaid.dm +++ b/code/game/objects/items/weapons/storage/firstaid.dm @@ -198,7 +198,7 @@ /obj/item/weapon/storage/pill_bottle/inaprovaline name = "Pill bottle (inaprovaline)" - desc = "Contains pills used to stabilize paaccessorynts." + desc = "Contains pills used to stabilize patients." New() ..()