mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
25 lines
399 B
Plaintext
25 lines
399 B
Plaintext
/atom
|
|
var/image/demo_last_appearance
|
|
/atom/movable
|
|
var/atom/demo_last_loc
|
|
|
|
/mob/Login()
|
|
. = ..()
|
|
SSdemo.write_event_line("setmob [client.ckey] \ref[src]")
|
|
|
|
/client/New()
|
|
SSdemo.write_event_line("login [ckey]")
|
|
. = ..()
|
|
|
|
/client/Del()
|
|
. = ..()
|
|
SSdemo.write_event_line("logout [ckey]")
|
|
|
|
/turf/setDir()
|
|
. = ..()
|
|
SSdemo.mark_turf(src)
|
|
|
|
/atom/movable/setDir()
|
|
. = ..()
|
|
SSdemo.mark_dirty(src)
|