From 2da05a2c744e0bcb65a12865d7a82127b2e267ac Mon Sep 17 00:00:00 2001 From: MrDoomBringer Date: Mon, 8 Oct 2018 10:47:15 -0400 Subject: [PATCH] Buffs agent ID cards by giving them a line of examine text (#40757) * feedback * asdf * oh i see --- code/game/objects/items/cards_ids.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/cards_ids.dm b/code/game/objects/items/cards_ids.dm index 1d1a7c9f1d7..bbf4e8573f5 100644 --- a/code/game/objects/items/cards_ids.dm +++ b/code/game/objects/items/cards_ids.dm @@ -194,8 +194,9 @@ to_chat(user, "The [D.account_holder] reports a balance of $[D.account_balance].") to_chat(user, "Alt-Click your ID in-hand to pull money from your account in the form of holochips.") to_chat(user, "You can insert credits into your account by pressing holochips against the ID.") - to_chat(user, "If you lose this ID card, you can reclaim your account by using a blank ID card inhand and punching in the account ID.") - + to_chat(user, "If you lose this ID card, you can reclaim your account by Alt-Clicking a blank ID card inhand and punching in the account ID.") + else + to_chat(user, "There is no registered account on this card. Alt-Click to add one.") if(mining_points) to_chat(user, "There's [mining_points] mining equipment redemption point\s loaded onto this card.")