This commit is contained in:
unusualcrow
2016-12-26 10:39:43 -05:00
parent e3e89fd78b
commit 6fd407bc17
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -152,10 +152,10 @@
var/turf/currentTurf = loc
var/lightAmt = currentTurf.get_lumcount()
if(myseed.plant_type == PLANT_MUSHROOM)
if(lightAmt < 2)
if(lightAmt < 0.2)
adjustHealth(-1 / rating)
else // Non-mushroom
if(lightAmt < 4)
if(lightAmt < 0.4)
adjustHealth(-2 / rating)
//Water//////////////////////////////////////////////////////////////////