Fixed cola. They all add the same number of "food," which is a rather small amount per gulp in the first place.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1435 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
bizarre.babel@gmail.com
2011-04-11 01:03:36 +00:00
parent 25a30cf0f4
commit 8dd2bb7824

View File

@@ -1626,7 +1626,7 @@ datum
M:drowsyness = max(0,M:drowsyness-5)
if (M.bodytemperature > 310)//310 is the normal bodytemp. 310.055
M.bodytemperature = max(310, M.bodytemperature-5)
M:nutrition += 5
M:nutrition += 2
..()
return
@@ -1641,7 +1641,7 @@ datum
if (M.bodytemperature > 310)
M.bodytemperature = max(310, M.bodytemperature-5)
M.make_jittery(5)
M:nutrition += 3
M:nutrition += 2
..()
return
@@ -1677,7 +1677,7 @@ datum
M:drowsyness = max(0,M:drowsyness-6)
if (M.bodytemperature > 310)
M.bodytemperature = max(310, M.bodytemperature-5) //310 is the normal bodytemp. 310.055
M:nutrition += 5
M:nutrition += 2
..()
return