mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #9606 from VOREStation/upstream-merge-7834
[MIRROR] fixes some sprites, adds a thin blindfold
This commit is contained in:
committed by
Chompstation Bot
parent
d3f6cba62c
commit
3954bedb9d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user