mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Made slot machine have reactive ui, use bank correctly
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
if(ishuman(src))
|
||||
var/mob/living/carbon/human/H=src
|
||||
var/obj/item/weapon/card/id/I=H.get_idcard()
|
||||
if(!I || !istype(I))
|
||||
return null
|
||||
var/attempt_pin=0
|
||||
var/datum/money_account/D = get_money_account(I.associated_account_number)
|
||||
if(require_pin && user)
|
||||
|
||||
Reference in New Issue
Block a user