squid hitbox larger

This commit is contained in:
Chiss 2013-09-24 09:18:36 +10:00
parent 0390d4f63b
commit f0e6a7294e
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ public class PerkSquidRifle extends Perk implements IThrown
_fireworks.put(fw, vel);
//Projectile
Manager.GetProjectile().AddThrow(fw, player, this, -1, true, true, true, 2d, Manager.GetDisguise());
Manager.GetProjectile().AddThrow(fw, player, this, -1, true, true, true, 3d, Manager.GetDisguise());
}
catch (Exception e)
{

View File

@ -96,7 +96,7 @@ public class PerkSquidShotgun extends Perk implements IThrown
_fireworks.put(fw, vel);
//Projectile
Manager.GetProjectile().AddThrow(fw, player, this, -1, true, true, true, 2d, Manager.GetDisguise());
Manager.GetProjectile().AddThrow(fw, player, this, -1, true, true, true, 3d, Manager.GetDisguise());
}
catch (Exception e)
{

View File

@ -89,7 +89,7 @@ public class PerkSquidSniper extends Perk implements IThrown
_fireworks.put(fw, vel);
//Projectile
Manager.GetProjectile().AddThrow(fw, player, this, -1, true, true, true, 2d, Manager.GetDisguise());
Manager.GetProjectile().AddThrow(fw, player, this, -1, true, true, true, 3d, Manager.GetDisguise());
}
catch (Exception e)
{