From f92ba3714dc2051e1a8e771a62f59e769c15d206 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 4 Apr 2019 13:58:21 -0400 Subject: [PATCH] Grammar fix --- code/game/objects/items/storage/firstaid.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/firstaid.dm b/code/game/objects/items/storage/firstaid.dm index 2f524131c3..589e23240d 100644 --- a/code/game/objects/items/storage/firstaid.dm +++ b/code/game/objects/items/storage/firstaid.dm @@ -301,7 +301,7 @@ name = "anti radiation deluxe pill bottle" desc = "The label says 'Med-Co branded pills'." -/obj/item/storage/pill_bottle/anitrad+/PopulateContents() +/obj/item/storage/pill_bottle/antirad+/PopulateContents() for(var/i in 1 to 7) new /obj/item/reagent_containers/pill/antirad+(src) @@ -309,6 +309,6 @@ name = "radiation treatment deluxe pill bottle" desc = "The label says 'Med-Co branded pills' and below that 'Contains Mutadone in each pill!`." -/obj/item/storage/pill_bottle/anitrad+/PopulateContents() +/obj/item/storage/pill_bottle/mutarad/PopulateContents() for(var/i in 1 to 7) new /obj/item/reagent_containers/pill/mutarad(src)