From 1519b09bc8e22698980c815844cef338bc1d0a5a Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sun, 24 Jan 2021 19:45:36 -0500 Subject: [PATCH] Update life.dm --- code/modules/mob/living/carbon/human/life.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 55497b7b59f..785e223f8ff 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -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)