[MIRROR] Fixes riding inheritance runtime (#4823)

* Fixes riding inheritance runtime (#58284)

* Fixes riding inheritance runtime

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-04-11 14:12:31 +01:00
committed by GitHub
co-authored by Ryll Ryll
parent 999ea69bd1
commit d93116dd0c
+1 -1
View File
@@ -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