Cleanup / Armor support

This commit is contained in:
Anuken
2020-05-21 14:57:15 -04:00
parent b562c30381
commit 61d9fd3d72
31 changed files with 481 additions and 455 deletions
@@ -26,7 +26,7 @@ public class MissileBulletType extends BasicBulletType{
public void update(Bulletc b){
super.update(b);
if(Mathf.chance(Time.delta() * 0.2)){
if(Mathf.chanceDelta(0.2)){
Fx.missileTrail.at(b.x(), b.y(), 2f, trailColor);
}
}