Unapologetic Help Intent Shuffle Buffs (#10780)

This commit is contained in:
Geeves
2020-12-28 14:00:55 +01:00
committed by GitHub
parent 1193f152b4
commit fef026292c
3 changed files with 40 additions and 4 deletions
@@ -82,6 +82,11 @@
desc += padding_material ? " It's made of [material.use_name] and covered with [padding_material.use_name]." : " It's made of [material.use_name]."
/obj/structure/bed/forceMove(atom/dest)
. = ..()
if(buckled_mob)
buckled_mob.forceMove(dest)
/obj/structure/bed/CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
if(istype(mover) && mover.checkpass(PASSTABLE))
return 1