mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Partially fixes slipvore (#11921)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ee8e3466a6
commit
bee55c9e59
@@ -68,7 +68,7 @@
|
||||
return FALSE
|
||||
if(!pred.slip_vore && !prey.slip_vore)
|
||||
return FALSE
|
||||
if(!pred.is_slipping || !prey.is_slipping)
|
||||
if(!pred.is_slipping && !prey.is_slipping)
|
||||
return FALSE
|
||||
if(world.time <= prey.slip_protect)
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user