Made kevlar and armor padding accessories inconspicious and examine-proof.

This commit is contained in:
Ghommie
2019-12-07 10:53:10 +01:00
parent 5c43a68b71
commit f83d1c4763
5 changed files with 11 additions and 4 deletions
@@ -34,7 +34,7 @@
var/accessory_msg
if(istype(w_uniform, /obj/item/clothing/under))
var/obj/item/clothing/under/U = w_uniform
if(U.attached_accessory)
if(U.attached_accessory && !(U.attached_accessory.flags_inv & HIDEACCESSORY) && !(U.flags_inv & HIDEACCESSORY))
accessory_msg += " with [icon2html(U.attached_accessory, user)] \a [U.attached_accessory]"
. += "[t_He] [t_is] wearing [w_uniform.get_examine_string(user)][accessory_msg]."