mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user