Update life.dm

This commit is contained in:
Novacat
2021-01-24 19:45:36 -05:00
committed by GitHub
parent 3eceda5bb3
commit 1519b09bc8
@@ -1322,12 +1322,9 @@
var/obj/item/clothing/glasses/welding/O = glasses
if(!O.up)
found_welder = 1
<<<<<<< HEAD
if(!found_welder && nif && nif.flag_check(NIF_V_UVFILTER,NIF_FLAGS_VISION)) found_welder = 1 //VOREStation Add - NIF
=======
if(istype(glasses, /obj/item/clothing/glasses/sunglasses/thinblindfold))
found_welder = 1
>>>>>>> 49562f4... Merge pull request #7834 from Greenjoe12345/spriteandfold
if(!found_welder && istype(head, /obj/item/clothing/head/welding))
var/obj/item/clothing/head/welding/O = head
if(!O.up)