mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user