mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Fix AIs ejecting IDs in Mining Vendors to their core (#15018)
This commit is contained in:
@@ -174,7 +174,10 @@
|
||||
if("logoff")
|
||||
if(!inserted_id)
|
||||
return
|
||||
usr.put_in_hands(inserted_id)
|
||||
if(ishuman(usr))
|
||||
usr.put_in_hands(inserted_id)
|
||||
else
|
||||
inserted_id.forceMove(get_turf(src))
|
||||
inserted_id = null
|
||||
if("purchase")
|
||||
if(!inserted_id)
|
||||
|
||||
Reference in New Issue
Block a user