[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
@@ -24,9 +24,6 @@
|
||||
var/locked = 0
|
||||
var/opendir = SOUTH
|
||||
|
||||
/obj/structure/bodycontainer/New()
|
||||
..()
|
||||
|
||||
/obj/structure/bodycontainer/Destroy()
|
||||
open()
|
||||
if(connected)
|
||||
@@ -34,7 +31,8 @@
|
||||
connected = null
|
||||
return ..()
|
||||
|
||||
/obj/structure/bodycontainer/on_log()
|
||||
/obj/structure/bodycontainer/on_log(login)
|
||||
..()
|
||||
update_icon()
|
||||
|
||||
/obj/structure/bodycontainer/update_icon()
|
||||
|
||||
Reference in New Issue
Block a user