Skip to content

Commit

Permalink
ah
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-228 authored Apr 11, 2024
1 parent 01e7c76 commit 15b6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nukethea/Mindsutry.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void loadContent() {
var dagger = UnitTypes.dagger;

dagger.speed = 3f;
dagger.weapons.get(0).bullet.width = 30f;
((BasicBulletType) dagger.weapons.get(0).bullet).width = 30f;
dagger.weapons.get(0).bullet.lifetime = 180f;
dagger.weapons.get(0).bullet.speed = 1f;
}
Expand Down

0 comments on commit 15b6270

Please sign in to comment.