mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user