diff --git a/code/datums/components/riding/riding.dm b/code/datums/components/riding/riding.dm index 72db4a5a739..149dc1618d4 100644 --- a/code/datums/components/riding/riding.dm +++ b/code/datums/components/riding/riding.dm @@ -7,7 +7,7 @@ /datum/component/riding - dupe_mode = COMPONENT_DUPE_UNIQUE_PASSARGS + dupe_mode = COMPONENT_DUPE_UNIQUE var/last_move_diagonal = FALSE ///tick delay between movements, lower = faster, higher = slower