Skip to content

Commit

Permalink
nyommm
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-228 authored Apr 11, 2024
1 parent c884d90 commit 707a8af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nukethea/Mindsutry.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,10 @@ public void loadContent() {
knockback = 3f;
homingPower = 0.3f;
}});

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

0 comments on commit 707a8af

Please sign in to comment.