Skip to content

Commit 4ad1033

Browse files
committed
Vanstar unit stuff
1 parent 153512a commit 4ad1033

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
-6 Bytes
Loading
134 Bytes
Loading
3 Bytes
Loading

src/exogenesis/content/ExoVanstarBlocks.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ public static void load(){
135135
}};
136136
drainPipeBridge = new LiquidBridge("drain-pipe-bridge-conduit"){{
137137
requirements(Category.liquid, with(ExoItems.exoMetaglass, 1, ExoItems.cobolt, 3));
138-
fadeIn = moveArrows = false;
138+
arrowPeriod = 0.9f;
139+
arrowTimeScl = 2.75f;
140+
pulse = true;
139141
arrowSpacing = 6f;
140142
range = 4;
141143
hasPower = false;

0 commit comments

Comments
 (0)