Skip to content

Commit

Permalink
yuh
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Jul 11, 2023
1 parent 6933aec commit 833b2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/stool_bed_chair_nest/bed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
return
..()

/obj/structure/bed/roller/Collided(atom/movable/AM)
if(!isxeno(AM))
/obj/structure/bed/roller/Collided(atom/movable/moving_atom)
if(!isxeno(moving_atom))
return ..()

if(buckled_mob && buckled_mob.stat != DEAD)
Expand Down

0 comments on commit 833b2c2

Please sign in to comment.