mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
Fixes borg hand interactions with force-buckled mobs (#8345)
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
return
|
||||
|
||||
/mob/living/silicon/robot/attack_hand(mob/user as mob)
|
||||
if(LAZYLEN(buckled_mobs))
|
||||
if(LAZYLEN(buckled_mobs) && riding_datum) //CHOMPEdit
|
||||
//We're getting off!
|
||||
if(user in buckled_mobs)
|
||||
riding_datum.force_dismount(user)
|
||||
|
||||
Reference in New Issue
Block a user