diff --git a/code/game/objects/structures/stool_bed_chair_nest/bed.dm b/code/game/objects/structures/stool_bed_chair_nest/bed.dm index 0d71e51820a..ffb9073731f 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm @@ -175,7 +175,7 @@ set src in oview(1) if(!flippable) - to_chat(usr,"\The [src] can't face the other direction.") + to_chat(usr,span_notice("\The [src] can't face the other direction.")) return if(!usr || !isturf(usr.loc))