buckle others

This commit is contained in:
kevinz000
2019-12-17 21:03:37 -07:00
parent cb78fc9188
commit 5a2ef22633
3 changed files with 9 additions and 3 deletions
@@ -145,3 +145,6 @@
dynamic_chassis_bellyup = !dynamic_chassis_bellyup
to_chat(usr, "<span class='boldnotice'>You are now lying on your [dynamic_chassis_bellyup? "back" : "front"].</span>")
update_icon()
/mob/living/silicon/pai/can_buckle_others(mob/living/target, atom/buckle_to)
return ispAI(target) && ..()