mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
var/mob/living/host = null
|
||||
item_flags = DROPDEL | NOSTRIP
|
||||
|
||||
/obj/item/tk_grab/dropped(mob/user)
|
||||
/obj/item/tk_grab/dropped(mob/user, equipping, slot)
|
||||
..()
|
||||
if(focus && user && loc != user && loc != user.loc) // drop_item() gets called when you tk-attack a table/closet with an item
|
||||
if(focus.Adjacent(loc))
|
||||
|
||||
Reference in New Issue
Block a user