From 1c20f7322efa6f459b7a3bf7d5b550b133966895 Mon Sep 17 00:00:00 2001 From: "tronaldnwn@hotmail.com" Date: Thu, 24 Mar 2011 12:18:46 +0000 Subject: [PATCH] Apparently I tried to move the Cup Ramen item in Chemistry Tools, but forgot to use the paste key, well, it now has its reagent container now. Sorry about that folks. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1264 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Tools.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/WorkInProgress/Chemistry-Tools.dm b/code/WorkInProgress/Chemistry-Tools.dm index b205b699511..0ad952a4827 100644 --- a/code/WorkInProgress/Chemistry-Tools.dm +++ b/code/WorkInProgress/Chemistry-Tools.dm @@ -2554,6 +2554,16 @@ src.pixel_x = rand(-10.0, 10) src.pixel_y = rand(-10.0, 10) +/obj/item/weapon/reagent_containers/food/drinks/dry_ramen + name = "Cup Ramen" + desc = "Just add 10ml water, self heats! A taste that reminds you of your shcool years." + icon_state = "coffee" + New() + ..() + reagents.add_reagent("dry_ramen", 30) + src.pixel_x = rand(-10.0, 10) + src.pixel_y = rand(-10.0, 10) + /obj/item/weapon/reagent_containers/food/drinks/cola name = "Space Cola" desc = "Cola. in space."