mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
ATM and id console will use your inactive hand for giving items (#19164)
This commit is contained in:
@@ -306,7 +306,7 @@ log transactions
|
||||
if(held_card)
|
||||
held_card.forceMove(loc)
|
||||
authenticated_account = null
|
||||
if(ishuman(usr) && !usr.get_active_hand())
|
||||
if(ishuman(usr))
|
||||
usr.put_in_hands(held_card)
|
||||
held_card = null
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user