mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Fixing a bug with leap() and gut()
This commit is contained in:
@@ -1442,7 +1442,7 @@
|
||||
if(last_special > world.time)
|
||||
return
|
||||
|
||||
if(stat)
|
||||
if(stat || paralysis || stunned || weakened || lying)
|
||||
src << "You cannot leap in your current state."
|
||||
return
|
||||
|
||||
@@ -1503,7 +1503,7 @@
|
||||
if(last_special > world.time)
|
||||
return
|
||||
|
||||
if(stat)
|
||||
if(stat || paralysis || stunned || weakened || lying)
|
||||
src << "\red You cannot do that in your current state."
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user