Merge pull request #7779 from deathride58/buffednightvision

Buffs and nerfs night vision trait - makes the night vision trait expand your darksight to 7 tiles but increases the night vision trait's lighting plane alpha from 245 to 250
This commit is contained in:
nik707
2018-12-01 19:49:21 -06:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@
eye_color = HMN.eye_color
if(HMN.has_trait(TRAIT_NIGHT_VISION) && !lighting_alpha)
lighting_alpha = LIGHTING_PLANE_ALPHA_NV_TRAIT
see_in_dark = 8
M.update_tint()
owner.update_sight()