mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
•Added quick fix about processor not accepting the milk bottle
•Fixed blood decals and positioning of the chef's knife •Actually included a log this time, derp •Nutrition limit to get fat raised a lil' bit, from 400 to 600. We're gonna have a lot of fatsos now with meatbread. Working on East-West fatguy sprites. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@62 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user