Spelling and sanity fixes

This commit is contained in:
DZD
2015-09-23 16:20:06 -04:00
parent 37ea591087
commit 0a7f50bbe2
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
var/name = "vision override"
var/see_in_dark = 0
var/see_invisible = 0
var/light_sensetive = 0
var/light_sensitive = 0
var/sight_flags = 0
/datum/vision_override/nightvision
@@ -13,4 +13,4 @@
sight_flags = SEE_MOBS
/datum/vision_override/nightvision/thermals/ling_augmented_eyesight
light_sensetive = 1
light_sensitive = 1