Skip to content

Commit 01687d5

Browse files
committed
H Y P E R S P E E D
1 parent 72f97e7 commit 01687d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/bundles/bundle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ block.extra-sand-redux-placeable-core.description = Can be placed anywhere on th
7171

7272
## Effect
7373
block.extra-sand-redux-inf-build-tower.name = Extreme Range Build Tower
74-
block.extra-sand-redux-inf-build-tower.description = Automatically rebuilds structures in range and assists other units in construction. Has comically long range.\nSandbox only.
74+
block.extra-sand-redux-inf-build-tower.description = Automatically rebuilds structures in range and assists other units in construction. Has comically long range and virtually no cooldown.\nSandbox only.
7575
block.extra-sand-redux-infini-mender.name = Configurable Mender
7676
block.extra-sand-redux-infini-mender.description = Periodically repairs blocks in its vicinity.\nRepair time and range can be configured.\nSandbox only.
7777
block.extra-sand-redux-infini-overdrive.name = Configurable Overdriver

src/extrasandredux/world/blocks/defence/turret/InfBuildTurret.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public InfBuildTurret(String name){
1717
super(name);
1818
ESRUtls.applySandboxDefaults(this, Category.effect);
1919
range = 3000f * tilesize;
20-
targetInterval = 1;
20+
targetInterval = 0; //H Y P E R S P E E D
2121
}
2222

2323

0 commit comments

Comments
 (0)