Merge pull request #9606 from VOREStation/upstream-merge-7834

[MIRROR] fixes some sprites, adds a thin blindfold
This commit is contained in:
Novacat
2021-01-24 22:08:31 -05:00
committed by Chompstation Bot
parent d3f6cba62c
commit 3954bedb9d
7 changed files with 17 additions and 0 deletions

View File

@@ -1338,6 +1338,8 @@
if(!O.up)
found_welder = 1
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
if(!found_welder && istype(head, /obj/item/clothing/head/welding))
var/obj/item/clothing/head/welding/O = head
if(!O.up)