mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Forgot a few checks for leap
This commit is contained in:
@@ -345,7 +345,7 @@
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/leap/cast(list/targets)
|
||||
var/failure = 0
|
||||
if (istype(usr.loc,/mob/))
|
||||
if (istype(usr.loc,/mob/) || usr.lying || usr.stunned || usr.buckled || usr.stat)
|
||||
usr << "\red You can't jump right now!"
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user