mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user