ATM and id console will use your inactive hand for giving items (#19164)

This commit is contained in:
Henri215
2022-10-03 00:10:12 -03:00
committed by GitHub
parent e56e10f31b
commit 233657d8be
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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