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:
Cameron Lennox
2025-04-21 18:24:28 -04:00
committed by GitHub
parent b820b71b07
commit 9b0bb5f814
3 changed files with 5 additions and 2 deletions
@@ -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)