mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Update code/game/gamemodes/changeling/powers/swap_form.dm
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user