mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Create life_vr.dm
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/mob/living/carbon/human/proc/weightgain()
|
||||
if (nutrition > 0 && stat != 2)
|
||||
if (nutrition > 450 && weight < 500 && weight_gain)
|
||||
weight += metabolism*(0.01*weight_gain)
|
||||
|
||||
else if (nutrition <= 50 && stat != 2 && weight > 70 && weight_loss)
|
||||
weight -= metabolism*(0.01*weight_loss) // starvation weight loss
|
||||
Reference in New Issue
Block a user