diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm index 3392c1ae83..eed0ab0cdc 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm @@ -876,6 +876,6 @@ var/obj/structure/closet/body_bag/chirret/chirrret_silk = new silk_path(O) T.forceMove(chirrret_silk) //Put them in the body bag! to_chat(T, "You're encased in a soft silk cocoon by [O]!") - to_chat(O, "Your encase [T] in a soft silk cocoon!") + to_chat(O, "You encase [T] in a soft silk cocoon!") O.visible_message("[O] encases [T] in a soft silk cocoon!")