From a41e5eed2ca8f1ac0a7705b2359e86b6929de6b8 Mon Sep 17 00:00:00 2001 From: polyxenitopalidou Date: Mon, 6 Sep 2010 08:11:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2Added=20quick=20fix=20about=20processo?= =?UTF-8?q?r=20not=20accepting=20the=20milk=20bottle=20=E2=80=A2Fixed=20bl?= =?UTF-8?q?ood=20decals=20and=20positioning=20of=20the=20chef's=20knife=20?= =?UTF-8?q?=E2=80=A2Actually=20included=20a=20log=20this=20time,=20derp=20?= =?UTF-8?q?=E2=80=A2Nutrition=20limit=20to=20get=20fat=20raised=20a=20lil'?= =?UTF-8?q?=20bit,=20from=20400=20to=20600.=20We're=20gonna=20have=20a=20l?= =?UTF-8?q?ot=20of=20fatsos=20now=20with=20meatbread.=20Working=20on=20Eas?= =?UTF-8?q?t-West=20fatguy=20sprites.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://tgstation13.googlecode.com/svn/trunk@62 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/processor.dm | 2 +- .../living/carbon/alien/humanoid/life_new.dm | 2 +- icons/changelog.html | 10 ++++++++++ icons/mob/items_lefthand.dmi | Bin 64760 -> 64795 bytes 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/processor.dm b/code/game/machinery/processor.dm index 8a7f23f62b..800b547def 100644 --- a/code/game/machinery/processor.dm +++ b/code/game/machinery/processor.dm @@ -3,7 +3,7 @@ obj/machinery/processor/attackby(var/obj/item/O as obj, var/mob/user as mob) user << "Something is already in the processing chamber." return 0 else - if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/wheat) || istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/chili) || istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/tomato)) + if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/wheat) || istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/chili) || istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/tomato) || istype(O, /obj/item/weapon/reagent_containers/food/drinks/milk)) user.drop_item() O.loc = src else diff --git a/code/modules/mob/living/carbon/alien/humanoid/life_new.dm b/code/modules/mob/living/carbon/alien/humanoid/life_new.dm index a21644334c..92d9bec2c8 100644 --- a/code/modules/mob/living/carbon/alien/humanoid/life_new.dm +++ b/code/modules/mob/living/carbon/alien/humanoid/life_new.dm @@ -341,7 +341,7 @@ if(reagents) reagents.metabolize(src) - if(src.nutrition > 400 && !(src.mutations & 32)) + if(src.nutrition > 600 && !(src.mutations & 32)) if(prob(5 + round((src.nutrition - 200) / 2))) src << "\red You suddenly feel blubbery!" src.mutations |= 32 diff --git a/icons/changelog.html b/icons/changelog.html index 2ab7d44b34..b018111fdb 100644 --- a/icons/changelog.html +++ b/icons/changelog.html @@ -41,6 +41,16 @@

Visit our IRC channel, #tgstation13 on irc.rizon.net

Changelog

+

Monday, September 6, 11.04

+

Thursday, September 2, 22:45