Update life.dm

This commit is contained in:
ParadoxSpace
2016-04-16 10:38:38 -06:00
parent 8fa43315e0
commit c56bda0eed
+2 -2
View File
@@ -813,9 +813,9 @@
var/turf/T = loc
var/atom/movable/lighting_overlay/L = locate(/atom/movable/lighting_overlay) in T
if(L)
light_amount = min(10,L.lum_r + L.lum_g + L.lum_b) - 5 //hardcapped so it's not abused by having a ton of flashlights
light_amount = min(10,L.lum_r + L.lum_g + L.lum_b) - 2 //hardcapped so it's not abused by having a ton of flashlights
else
light_amount = 5
light_amount = 1
nutrition += light_amount
traumatic_shock -= light_amount