should call parent

This commit is contained in:
Kashargul
2025-01-06 21:25:36 +01:00
parent 0436afea65
commit d9fc7dac70
23 changed files with 24 additions and 1 deletions
+1
View File
@@ -75,6 +75,7 @@ var/const/tk_maxrange = 15
var/mob/living/host = null
/obj/item/tk_grab/dropped(mob/user as mob)
..()
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))
focus.loc = loc