Allows slimes to buckle to monkeys again (#67034)

* Allows slimes to buckle to monkeys again

Just because they are not able to ride things doens't mean they should
not be able to buckle to anything

* Update code/datums/elements/ridable.dm

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
oranges
2022-05-16 22:35:46 -07:00
committed by GitHub
co-authored by Mothblocks
parent a985bfa3cb
commit f1e1d63c6a
+3 -1
View File
@@ -42,7 +42,9 @@
SIGNAL_HANDLER
if(HAS_TRAIT(potential_rider, TRAIT_CANT_RIDE))
return COMPONENT_BLOCK_BUCKLE
//Do not prevent buckle, but stop any riding, do not block buckle here
//There are things that are supposed to buckle (like slimes) but not ride the creature
return NONE
var/arms_needed = 0
if(ride_check_flags & RIDER_NEEDS_ARMS)