Update code/game/gamemodes/changeling/powers/swap_form.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2020-10-10 11:10:21 -04:00
committed by GitHub
co-authored by SteelSlayer
parent 5f89eb887c
commit f58cdea1c3
@@ -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, "<span class='warning'>The body swap has been interrupted!</span>")
return