mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-05 08:27:37 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2096d006be
@ -45,7 +45,7 @@ public class AmmoListValue<T extends UnlockableContent> implements StatValue{
|
||||
|
||||
if(type.damage > 0 && (type.collides || type.splashDamage <= 0)){
|
||||
if(type.continuousDamage() > 0){
|
||||
bt.add(Core.bundle.format("bullet.damage", type.continuousDamage()) + " " + StatUnit.perSecond.localized());
|
||||
bt.add(Core.bundle.format("bullet.damage", type.continuousDamage()) + StatUnit.perSecond.localized());
|
||||
}else{
|
||||
bt.add(Core.bundle.format("bullet.damage", type.damage));
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=8bbe80acf688567b55aa549bf19d6aa76b2a0796
|
||||
archash=c3e170325ca836f1939653ffbc01e76de9c6eb35
|
||||
|
Loading…
Reference in New Issue
Block a user