.loc = to forceMove() (#4937)

As requested, this PR is changed to only include all .loc = to forceMove() changes.
This commit is contained in:
BurgerLUA
2018-08-03 15:48:58 -07:00
committed by Erki
parent 187613428e
commit 8519dcc393
376 changed files with 968 additions and 1261 deletions

View File

@@ -28,7 +28,7 @@
new /obj/structure/ladder/mobile(A)
user.drop_item()
user.drop_from_inventory(src,get_turf(src))
qdel(src)
else if (istype(A, /turf/simulated/floor)) //Place onto Floor
@@ -46,7 +46,7 @@
new /obj/structure/ladder/mobile(upper_loc)
user.drop_item()
user.drop_from_inventory(src,get_turf(src))
qdel(src)
/obj/item/weapon/ladder_mobile/afterattack(atom/A, mob/user,proximity)