Wallets no longer show redundant examine text for ID cards (#57314)

This commit is contained in:
Timberpoes
2021-03-02 15:54:42 -08:00
committed by GitHub
parent 0d21bc304b
commit 3df1f0aa69
@@ -122,7 +122,6 @@
/obj/item/storage/wallet/get_id_examine_strings(mob/user)
. = ..()
if(front_id)
. += "\The [src] is displaying [front_id]."
. += front_id.get_id_examine_strings(user)
/obj/item/storage/wallet/GetID()