--- deliantra/server/common/los.C 2009/01/08 22:35:00 1.58 +++ deliantra/server/common/los.C 2009/01/09 15:10:21 1.59 @@ -405,7 +405,7 @@ else // outdoor and darkness <= 0 => start wide and decrease quickly light = lerp (maptile::outdoor_darkness + op->map->darkness, 0, MAX_DARKNESS, MAX_VISION, 2); - light = clamp (light, 0, MAX_VISION); + light = clamp (light + bonus, 0, MAX_VISION); apply_light (pl, 0, 0, light, vision_atten [light]); }