From f58cdea1c39190a8690ca16d878ceefdbec9777f Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sat, 10 Oct 2020 11:10:21 -0400 Subject: [PATCH] Update code/game/gamemodes/changeling/powers/swap_form.dm Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> --- code/game/gamemodes/changeling/powers/swap_form.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/changeling/powers/swap_form.dm b/code/game/gamemodes/changeling/powers/swap_form.dm index c191e562f95..e392974648c 100644 --- a/code/game/gamemodes/changeling/powers/swap_form.dm +++ b/code/game/gamemodes/changeling/powers/swap_form.dm @@ -38,7 +38,7 @@ target.do_jitter_animation(500) user.do_jitter_animation(500) - if(!do_mob(user,target,100)) + if(!do_mob(user, target, 10 SECONDS)) to_chat(user, "The body swap has been interrupted!") return