diff --git a/code/datums/components/twitch_plays.dm b/code/datums/components/twitch_plays.dm index 21521477cf..b69764a658 100644 --- a/code/datums/components/twitch_plays.dm +++ b/code/datums/components/twitch_plays.dm @@ -7,7 +7,7 @@ /datum/component/twitch_plays/Initialize(...) . = ..() - if(!isatom(parent)) + if(!ismovable(parent)) return COMPONENT_INCOMPATIBLE RegisterSignal(parent, COMSIG_ATOM_ORBIT_BEGIN, .proc/on_start_orbit) RegisterSignal(parent, COMSIG_ATOM_ORBIT_END, .proc/on_end_orbit)