makes the holder object disappear right away, and fixes people horizontal walking after being picked up

This commit is contained in:
Seris02
2023-02-19 17:19:43 +08:00
parent d4c14d66b5
commit dd67c2b195
3 changed files with 15 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
/obj/item/weapon/holder/dropped(mob/user)
if (held_mob?.loc != src || isturf(loc))
var/held = held_mob
dump_mob()
held_mob = held