Update holder_vr.dm

This commit is contained in:
Verkister
2023-04-15 13:28:36 +03:00
committed by GitHub
parent 4ed126a3e9
commit b1093dee4d

View File

@@ -1,9 +1,8 @@
/*/obj/item/weapon/holder/dropped(mob/user) //CHOMPRemoval. Fixes unwanted and broken upstream "feature" (bug)
if (held_mob?.loc != src || isturf(loc))
var/held = held_mob
dump_mob()
held_mob = held
*/
/obj/item/weapon/holder/dropped(mob/user)
..()
spawn(1)
if(!throwing && isturf(loc))
qdel(src)
/obj/item/weapon/holder/attack_hand(mob/living/user as mob) //straight up just copypasted from objects/items.dm with a few things changed (doesn't called dropped unless +actually dropped+)
if (!user) return