[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
-8
View File
@@ -165,14 +165,6 @@
/obj/proc/hide(h)
return
//If a mob logouts/logins in side of an object you can use this proc
/obj/proc/on_log()
..()
if(isobj(loc))
var/obj/Loc=loc
Loc.on_log()
/obj/singularity_pull(S, current_size)
if(!anchored || current_size >= STAGE_FIVE)
step_towards(src,S)