[MIRROR] Makes FBP not go blind from welders (#10707)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-22 00:53:19 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent 8f76dabfc3
commit ff63262b79
3 changed files with 6 additions and 7 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)