diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 2fa435210b..126e530ee5 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2222,5 +2222,5 @@ Departamental Swimsuits, for general use user.visible_message("[user] swipes \the [src] over \the [target]!") translocator.afterattack(target, user, proximity_flag) - add_attack_logs(user, target, "Teleported [target] with via \the [src]'s [translocator]!") + add_attack_logs(user, target, "Teleported [target] with via \the [src]'s \improper [translocator]!") else ..()