[MIRROR] Minor refactors (#515)
* Minor refactors * Update client_procs.dm * Delete client_procs.dm.rej
This commit is contained in:
committed by
Poojawa
parent
87ce25df9b
commit
e7df2bc14a
@@ -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.
|
||||
Reference in New Issue
Block a user