Fixes near sighted when wearing any type of glasses

This commit is contained in:
Jon
2018-12-10 01:30:57 +00:00
parent 1ea96cc7bd
commit 7c4abc48a4
+1 -2
View File
@@ -1312,8 +1312,7 @@
set_fullscreen(disabilities & NEARSIGHTED, "impaired", /obj/screen/fullscreen/impaired, 1)
//Chompstation Edit: Removing NIFs - Jon
// else if (!nif || !nif.flag_check(NIF_V_CORRECTIVE,NIF_FLAGS_VISION)) //VOREStation Edit - NIF
set_fullscreen(disabilities & NEARSIGHTED, "impaired", /obj/screen/fullscreen/impaired, 1)
// set_fullscreen(disabilities & NEARSIGHTED, "impaired", /obj/screen/fullscreen/impaired, 1)
set_fullscreen(eye_blurry, "blurry", /obj/screen/fullscreen/blurry)
set_fullscreen(druggy, "high", /obj/screen/fullscreen/high)