From 37fa4aee9a660529866b32336ebb75115ae0cb6d Mon Sep 17 00:00:00 2001 From: "bizarre.babel@gmail.com" Date: Sun, 20 Mar 2011 01:42:37 +0000 Subject: [PATCH] The big roburger does not have considerably more bites. This is an attempt to fix that. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1215 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Tools.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/WorkInProgress/Chemistry-Tools.dm b/code/WorkInProgress/Chemistry-Tools.dm index 83d13b342d2..c67acb3e10b 100644 --- a/code/WorkInProgress/Chemistry-Tools.dm +++ b/code/WorkInProgress/Chemistry-Tools.dm @@ -1633,8 +1633,9 @@ icon_state = "roburger" New() ..() + volume = 100 reagents.add_reagent("nanites", 100) - bitesize = 1 + bitesize = 0.1 /obj/item/weapon/reagent_containers/food/snacks/xenoburger name = "xenoburger"