Remove atom stat cooldown (#407)

This commit is contained in:
CitadelStationBot
2017-04-15 13:51:22 -05:00
committed by TalkingCactus
parent c848569d77
commit ba96400dd1
-9
View File
@@ -463,15 +463,6 @@ GLOBAL_LIST_EMPTY(blood_splatter_icons)
var/atom/A = a
A.HandleTurfChange(T)
// Byond seemingly calls stat, each tick.
// Calling things each tick can get expensive real quick.
// So we slow this down a little.
// See: http://www.byond.com/docs/ref/info.html#/client/proc/Stat
/atom/Stat()
. = ..()
sleep(1)
stoplag()
//the vision impairment to give to the mob whose perspective is set to that atom (e.g. an unfocused camera giving you an impaired vision when looking through it)
/atom/proc/get_remote_view_fullscreens(mob/user)
return