From 8daaff8fe32097aaa27cbd8f8a1bb10b8ec48664 Mon Sep 17 00:00:00 2001 From: Amy Date: Sun, 29 Nov 2020 14:34:40 -0600 Subject: [PATCH] Test change --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..()