Skip to content

Commit

Permalink
Correct misused u_equip call - not that we even do anything different…
Browse files Browse the repository at this point in the history
… for nomoveupdate - nor does replicating what TG does with it seem to work for us w/o other changes)
  • Loading branch information
Drulikar committed Jan 23, 2024
1 parent 34bcade commit 4787757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/inventory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
//Remove an item on a mob's inventory. It does not change the item's loc, just unequips it from the mob.
//Used just before you want to delete the item, or moving it afterwards.
/mob/proc/temp_drop_inv_item(obj/item/I, force)
return u_equip(I, null, force)
return u_equip(I, null, TRUE, force)


//Outdated but still in use apparently. This should at least be a human proc.
Expand Down

0 comments on commit 4787757

Please sign in to comment.