mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[MIRROR] Fixes the riding component not working with basic mobs [MDB IGNORE] (#10490)
* Fixes the riding component not working with basic mobs (#63884) basic mobs were missing behavior on relaying movement * Fixes the riding component not working with basic mobs Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
@@ -146,3 +146,7 @@
|
||||
add_or_update_variable_movespeed_modifier(/datum/movespeed_modifier/simplemob_varspeed, multiplicative_slowdown = speed)
|
||||
SEND_SIGNAL(src, POST_BASIC_MOB_UPDATE_VARSPEED)
|
||||
|
||||
/mob/living/basic/relaymove(mob/living/user, direction)
|
||||
if(user.incapacitated())
|
||||
return
|
||||
return relaydrive(user, direction)
|
||||
|
||||
Reference in New Issue
Block a user