From 003dd6d93d1331435f58a102e2607156650139df Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 4 Apr 2019 15:53:36 -0400 Subject: [PATCH] + is bad I guess --- code/game/objects/items/storage/firstaid.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/storage/firstaid.dm b/code/game/objects/items/storage/firstaid.dm index 589e23240d..1455a58493 100644 --- a/code/game/objects/items/storage/firstaid.dm +++ b/code/game/objects/items/storage/firstaid.dm @@ -115,7 +115,7 @@ if(prob(50)) new /obj/item/reagent_containers/pill/mutarad(src) if(prob(80)) - new /obj/item/reagent_containers/pill/antirad+(src) + new /obj/item/reagent_containers/pill/antirad_plus(src) new /obj/item/reagent_containers/syringe/charcoal(src) new /obj/item/storage/pill_bottle/charcoal(src) new /obj/item/reagent_containers/pill/mutadone(src) @@ -297,13 +297,13 @@ for(var/i in 1 to 5) new /obj/item/reagent_containers/pill/aranesp(src) -/obj/item/storage/pill_bottle/antirad+ +/obj/item/storage/pill_bottle/antirad_plus name = "anti radiation deluxe pill bottle" desc = "The label says 'Med-Co branded pills'." /obj/item/storage/pill_bottle/antirad+/PopulateContents() for(var/i in 1 to 7) - new /obj/item/reagent_containers/pill/antirad+(src) + new /obj/item/reagent_containers/pill/antirad_plus(src) /obj/item/storage/pill_bottle/mutarad name = "radiation treatment deluxe pill bottle"