mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
Bumped nutrition cost from 6 to 4.
Kept messing with it, decided that this would make it a bit better.
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
M.adjustToxLoss(-5)
|
||||
M.adjustOxyLoss(-5)
|
||||
M.adjustCloneLoss(-1.25)
|
||||
owner.nutrition -= 6
|
||||
owner.nutrition -= 4
|
||||
if(M.nutrition <= 400)
|
||||
M.nutrition += 1
|
||||
else if(owner.nutrition > 90 && (M.nutrition <= 400))
|
||||
|
||||
Reference in New Issue
Block a user