mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 19:39:53 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
. = ..()
|
||||
if(!ismovableatom(target))
|
||||
return ELEMENT_INCOMPATIBLE
|
||||
RegisterSignal(target, COMSIG_MOVABLE_MOVED, .proc/Clean)
|
||||
RegisterSignal(target, COMSIG_MOVABLE_MOVED,PROC_REF(Clean))
|
||||
|
||||
/datum/element/cleaning/Detach(datum/target)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user