Files
Paradise/code/datums/vision_override.dm
Fox McCloud 75935ff876 Converts Eye Augments to Cybernetic Eyes (#15519)
* Converts Eye Augments to Cybernetic Eyes

* literally not used

* it helps when you properly include all the code

* flashlight eyes

* tweaks

* conflict resolution

* can't have two eyes

* order of operations matters here

* autosurgeon
2021-03-03 20:21:30 +00:00

11 lines
225 B
Plaintext

/datum/vision_override
var/name = "vision override"
var/sight_flags = 0
var/see_in_dark = 0
var/lighting_alpha
/datum/vision_override/nightvision
see_in_dark = 8
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE