Movement delay fixes and optimization

This commit is contained in:
Jordan Brown
2017-09-28 22:56:02 -04:00
committed by CitadelStationBot
parent d25894447e
commit 7621d1da91
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -162,7 +162,7 @@
for(var/mob/M in get_hearers_in_view(range, src))
M.show_message( message, 2, deaf_message, 1)
/mob/proc/movement_delay()
/mob/proc/movement_delay() //update /living/movement_delay() if you change this
return 0
/mob/proc/Life()