mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -432,7 +432,7 @@
|
||||
/obj/item/robot_module/janitor/Initialize(mapload)
|
||||
. = ..()
|
||||
var/mob/living/silicon/robot/R = loc
|
||||
RegisterSignal(R, COMSIG_MOVABLE_MOVED, .proc/on_cyborg_move)
|
||||
RegisterSignal(R, COMSIG_MOVABLE_MOVED, PROC_REF(on_cyborg_move))
|
||||
|
||||
/**
|
||||
* Proc called after the janitor cyborg has moved, in order to clean atoms at it's new location.
|
||||
|
||||
Reference in New Issue
Block a user