diff --git a/code/game/objects/items/clown_items.dm b/code/game/objects/items/clown_items.dm index 91673b6fccd..0200811a33f 100644 --- a/code/game/objects/items/clown_items.dm +++ b/code/game/objects/items/clown_items.dm @@ -81,7 +81,7 @@ uses = 301 /obj/item/soap/omega/suicide_act(mob/user) - user.visible_message("[user] is using [src] to clean themselves from the timeline! It looks like [user.p_theyre()] trying to commit suicide!") + user.visible_message("[user] is using [src] to scrub themselves from the timeline! It looks like [user.p_theyre()] trying to commit suicide!") new /obj/structure/chrono_field(user.loc, user) return MANUAL_SUICIDE