diff --git a/code/modules/antagonists/changeling/powers/swap_form.dm b/code/modules/antagonists/changeling/powers/swap_form.dm index f3344748e17..60ea2bd93d9 100644 --- a/code/modules/antagonists/changeling/powers/swap_form.dm +++ b/code/modules/antagonists/changeling/powers/swap_form.dm @@ -32,8 +32,8 @@ var/mob/living/carbon/human/target = G.affecting to_chat(user, "We tighten our grip. We must hold still....") - target.Jitter(1000 SECONDS) - user.Jitter(1000 SECONDS) + target.Jitter(10 SECONDS) + user.Jitter(10 SECONDS) if(!do_mob(user, target, 10 SECONDS)) to_chat(user, "The body swap has been interrupted!")