From 3e023df8befc46518fef932ccb13d9f4c5048a24 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 4 Apr 2019 16:09:45 -0400 Subject: [PATCH] Update packs.dm --- code/modules/cargo/packs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 20d3c77e13..0d0e9057aa 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -1351,7 +1351,7 @@ name = "Radiation Treatment Crate Deluxe" desc = "A crate for when radiation is out of hand... Contains two rad-b-gone kits, one bottle of anti radiation deluxe pill bottle, as well as a radiation treatment deluxe pill bottle!" cost = 3500 - contains = list(/obj/item/storage/pill_bottle/antirad+, + contains = list(/obj/item/storage/pill_bottle/antirad_plus, /obj/item/storage/pill_bottle/mutarad, /obj/item/storage/firstaid/radbgone, /obj/item/storage/firstaid/radbgone,