Removes on_mob_turn, on_mob_move and intercept_user_move, speeding up movement (#35679)

* honk

* qdel memes
This commit is contained in:
vuonojenmustaturska
2018-02-16 00:41:04 -06:00
committed by CitadelStationBot
parent 757df53aa3
commit 6dfa89fab7
9 changed files with 93 additions and 81 deletions
-9
View File
@@ -202,15 +202,6 @@
/obj/proc/check_uplink_validity()
return 1
/obj/proc/on_mob_move(dir, mob, oldLoc, forced)
return
/obj/proc/on_mob_turn(dir, mob)
return
/obj/proc/intercept_user_move(dir, mob, newLoc, oldLoc)
return
/obj/vv_get_dropdown()
. = ..()
.["Delete all of type"] = "?_src_=vars;[HrefToken()];delall=[REF(src)]"