mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
Makes FBP not go blind from welders (#17493)
* Makes FBP not go blind from welders Also makes it so the eye color verb is actually attached to the eyes. * Different way * gwah
This commit is contained in:
@@ -314,6 +314,8 @@
|
||||
var/obj/item/organ/internal/eyes/E = H.internal_organs_by_name[O_EYES]
|
||||
if(!E)
|
||||
return
|
||||
if(user.isSynthetic()) //Fixes robots going blind when doing the equivalent of a bruise pack.
|
||||
return
|
||||
if(H.nif && H.nif.flag_check(NIF_V_UVFILTER,NIF_FLAGS_VISION)) return //VOREStation Add - NIF
|
||||
switch(safety)
|
||||
if(1)
|
||||
|
||||
Reference in New Issue
Block a user