mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
[READY] Luxury shuttle charges bank cards (#40334)
* Payment in increments, for handless mobs * Luxury shuttle now works with bank cards
This commit is contained in:
@@ -147,3 +147,13 @@
|
||||
return FALSE
|
||||
|
||||
return .
|
||||
|
||||
/mob/living/carbon/human/proc/get_bank_account()
|
||||
var/datum/bank_account/account
|
||||
var/obj/item/card/id/I = get_idcard()
|
||||
|
||||
if(I && I.registered_account)
|
||||
account = I.registered_account
|
||||
return account
|
||||
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user