[MIRROR] Minor refactors (#515)

* Minor refactors

* Update client_procs.dm

* Delete client_procs.dm.rej
This commit is contained in:
CitadelStationBot
2017-04-26 11:13:41 -05:00
committed by Poojawa
parent 87ce25df9b
commit e7df2bc14a
8 changed files with 44 additions and 48 deletions
+4 -6
View File
@@ -15,13 +15,11 @@
next_move = 1
..()
if (key != client.key)
key = client.key
reset_perspective(loc)
if(isobj(loc))
var/obj/Loc=loc
Loc.on_log()
if(loc)
loc.on_log(TRUE)
//readd this mob's HUDs (antag, med, etc)
reload_huds()
@@ -41,4 +39,4 @@
if(client)
client.click_intercept = null
client.view = world.view // Resets the client.view in case it was changed.
client.view = world.view // Resets the client.view in case it was changed.