mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Fixes putting items in incapacited mob's hands
This commit is contained in:
@@ -665,7 +665,8 @@
|
||||
if(what && Adjacent(who) && what.mob_can_equip(who, src, final_where, TRUE))
|
||||
if(temporarilyRemoveItemFromInventory(what))
|
||||
if(where_list)
|
||||
who.put_in_hand(what, where_list[2])
|
||||
if(!who.put_in_hand(what, where_list[2]))
|
||||
what.forceMove(get_turf(who))
|
||||
else
|
||||
who.equip_to_slot(what, where, TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user