mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Reduces mindswap jitter time from 1000 to 10 (#18429)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user