Shadowling, changeling, and vision fixes/changes

This commit is contained in:
DZD
2015-09-23 13:00:58 -04:00
parent 05aefa09bd
commit 37ea591087
16 changed files with 87 additions and 45 deletions
+16
View File
@@ -0,0 +1,16 @@
/datum/vision_override
var/name = "vision override"
var/see_in_dark = 0
var/see_invisible = 0
var/light_sensetive = 0
var/sight_flags = 0
/datum/vision_override/nightvision
see_in_dark = 8
see_invisible = SEE_INVISIBLE_MINIMUM
/datum/vision_override/nightvision/thermals
sight_flags = SEE_MOBS
/datum/vision_override/nightvision/thermals/ling_augmented_eyesight
light_sensetive = 1