Merge pull request #157 from alex-gh/diona_nerf

Dionas now require more light to heal, being in darkness causes more dam...
This commit is contained in:
ZomgPonies
2014-02-15 12:39:56 -05:00
+2 -2
View File
@@ -958,7 +958,7 @@
if(species.flags & IS_PLANT)
if(nutrition > 500)
nutrition = 500
if(light_amount >= 3) //if there's enough light, heal
if(light_amount >= 5) //if there's enough light, heal
adjustBruteLoss(-(light_amount))
adjustToxLoss(-(light_amount))
adjustOxyLoss(-(light_amount))
@@ -1013,7 +1013,7 @@
if(species.flags & REQUIRE_LIGHT)
if(nutrition < 200)
take_overall_damage(2,0)
take_overall_damage(10,0)
traumatic_shock++
if (drowsyness)