Reduces mindswap jitter time from 1000 to 10 (#18429)

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
Adrer
2022-07-18 11:38:39 +02:00
committed by GitHub
parent d90235f4dd
commit 10fa94abd0
@@ -32,8 +32,8 @@
var/mob/living/carbon/human/target = G.affecting
to_chat(user, "<span class='notice'>We tighten our grip. We must hold still....</span>")
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, "<span class='warning'>The body swap has been interrupted!</span>")