mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
makes the holder object disappear right away, and fixes people horizontal walking after being picked up
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user