Adds the Syndicate "Big Brother" Obfuscation Suit (#22151)

* here we go again

* dont feel good about this

* add to contractor kit

* name change

* oops CI moment

* henri review
This commit is contained in:
matttheficus
2023-09-07 05:55:42 -04:00
committed by GitHub
parent 405d794bd3
commit ea7c3cd892
5 changed files with 39 additions and 5 deletions
@@ -1812,15 +1812,19 @@ Eyes need to have significantly high darksight to shine unless the mob has the X
if(wear_id)
var/obj/item/card/id/id = wear_id.GetID()
if(istype(id) && id.is_untrackable())
return 0
return FALSE
if(wear_pda)
var/obj/item/card/id/id = wear_pda.GetID()
if(istype(id) && id.is_untrackable())
return 0
return FALSE
if(istype(head, /obj/item/clothing/head))
var/obj/item/clothing/head/hat = head
if(hat.blockTracking)
return 0
return FALSE
if(w_uniform)
var/obj/item/clothing/under/uniform = w_uniform
if(uniform.blockTracking)
return FALSE
return ..()