mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 18:14:25 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/obj/item/holder/dropped(mob/user)
|
||||
if (held_mob?.loc != src || isturf(loc))
|
||||
/obj/item/holder/dropped(mob/user, equipping, slot)
|
||||
if(held_mob?.loc != src || isturf(loc))
|
||||
var/held = held_mob
|
||||
dump_mob()
|
||||
held_mob = held
|
||||
|
||||
Reference in New Issue
Block a user