mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Fixes slimes riding monkeys and thus falling off of each other (#2576)
* Fixes slimes riding monkeys and thus falling off of each other (#55887) Fixes slimes trying to ride monkeys. * Fixes slimes riding monkeys and thus falling off of each other Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
/datum/element/ridable/proc/check_mounting(atom/movable/target_movable, mob/living/potential_rider, force = FALSE, ride_check_flags = NONE)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
if(HAS_TRAIT(potential_rider, TRAIT_CANT_RIDE))
|
||||
return
|
||||
|
||||
var/arms_needed = 0
|
||||
if(ride_check_flags & RIDER_NEEDS_ARMS)
|
||||
arms_needed = 2
|
||||
|
||||
Reference in New Issue
Block a user