mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] ID card screentips now show you how to assign an account to an ID. [MDB IGNORE] (#22657)
* ID card screentips now show you how to assign an account to an ID. (#76998) ## About The Pull Request Based on discussion regarding player bank accounts and prisoners, I was sure that Id cards had screentips, and it turns out I was right. However, the screentips are inaccurate. Alt Click serves a dual purpose. In an ID card with only a default storage account, alt-click will ask you to assign a new account to it. After, you can remove credits from it after it's been assigned. Apparently players have been confused about assigning their account to an ID card, due to not having a proper screentip telling them how. This updates the screentip to show both functions. ## Why It's Good For The Game  Improves visual clarity and better teaches the mechanics related to economy. ## Changelog 🆑 qol: ID cards tooltips now show how to assign a new account. /🆑 --------- Co-authored-by: san7890 <the@ san7890.com> * ID card screentips now show you how to assign an account to an ID. --------- Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com> Co-authored-by: san7890 <the@ san7890.com>
This commit is contained in:
co-authored by
san7890
ArcaneMusic
parent
b2e8ac100c
commit
78afbafe2a
@@ -436,7 +436,10 @@
|
||||
|
||||
context[SCREENTIP_CONTEXT_LMB] = "Show ID"
|
||||
context[SCREENTIP_CONTEXT_RMB] = "Project pay stand"
|
||||
context[SCREENTIP_CONTEXT_ALT_LMB] = "Withdraw credits"
|
||||
if(isnull(registered_account) || registered_account.replaceable) //Same check we use when we check if we can assign an account
|
||||
context[SCREENTIP_CONTEXT_ALT_LMB] = "Assign account"
|
||||
else
|
||||
context[SCREENTIP_CONTEXT_ALT_LMB] = "Withdraw credits"
|
||||
return CONTEXTUAL_SCREENTIP_SET
|
||||
|
||||
/obj/item/card/id/proc/try_project_paystand(mob/user, turf/target)
|
||||
|
||||
Reference in New Issue
Block a user