Skip to content

Commit

Permalink
Fix runner saddles not unbuckling a rider if the runner is desaddled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantlecrawler authored Sep 28, 2024
1 parent 2a3b536 commit 4989111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/xenomorph/saddles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
DISABLE_BITFIELD(rouny.buckle_flags, CAN_BUCKLE)
rouny.RemoveElement(/datum/element/ridable, /datum/component/riding/creature/crusher/runner)
rouny.UnregisterSignal(rouny, COMSIG_GRAB_SELF_ATTACK)
rouny.unbuckle_all_mobs(TRUE)

/mob/living/carbon/xenomorph/runner/mouse_buckle_handling(atom/movable/dropping, mob/living/user)
return

0 comments on commit 4989111

Please sign in to comment.