Update twohanded.dm

This commit is contained in:
Ghom
2020-02-21 02:20:38 +01:00
committed by GitHub
parent a80a770310
commit d38c2bc6c0

View File

@@ -1061,6 +1061,8 @@
target = A
else
target = A.loc
if(!isturf(target)) //read: Mob inventories.
return
else
target = user.loc
if (locate(/obj/structure/table) in target.contents)
@@ -1078,4 +1080,4 @@
/obj/item/twohanded/broom/proc/janicart_insert(mob/user, obj/structure/janitorialcart/J) //bless you whoever fixes this copypasta
J.put_in_cart(src, user)
J.mybroom=src
J.update_icon()
J.update_icon()