Update twohanded.dm
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user