Merge remote-tracking branch 'remotes/origin/master' into virizion_speed_builder
This commit is contained in:
commit
c73bd54aec
@ -302,6 +302,11 @@ public class Runner extends SoloGame implements IThrown
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (target.getLocation().getY() > data.GetThrown().getLocation().getY() + 0.5)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
//Damage Event
|
||||
|
Loading…
Reference in New Issue
Block a user