mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Update holder_vr.dm
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
/*/obj/item/weapon/holder/dropped(mob/user) //CHOMPRemoval. Fixes unwanted and broken upstream "feature" (bug)
|
/obj/item/weapon/holder/dropped(mob/user)
|
||||||
if (held_mob?.loc != src || isturf(loc))
|
..()
|
||||||
var/held = held_mob
|
spawn(1)
|
||||||
dump_mob()
|
if(!throwing && isturf(loc))
|
||||||
held_mob = held
|
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+)
|
/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
|
if (!user) return
|
||||||
|
|||||||
Reference in New Issue
Block a user