Custom Mass Driver Bullets (#5300)
* custom mass driver bullets * ohno * should be fixed now
This commit is contained in:
@@ -1028,6 +1028,7 @@ public class Blocks implements ContentList{
|
||||
reloadTime = 200f;
|
||||
range = 440f;
|
||||
consumes.power(1.75f);
|
||||
bullet = new MassDriverBolt();
|
||||
}};
|
||||
|
||||
//special transport blocks
|
||||
|
||||
@@ -36,7 +36,7 @@ public class Bullets implements ContentList{
|
||||
waterShot, cryoShot, slagShot, oilShot, heavyWaterShot, heavyCryoShot, heavySlagShot, heavyOilShot,
|
||||
|
||||
//environment, misc.
|
||||
damageLightning, damageLightningGround, fireball, basicFlame, pyraFlame, driverBolt;
|
||||
damageLightning, damageLightningGround, fireball, basicFlame, pyraFlame;
|
||||
|
||||
@Override
|
||||
public void load(){
|
||||
@@ -510,7 +510,5 @@ public class Bullets implements ContentList{
|
||||
statusDuration = 60f * 4f;
|
||||
damage = 0.2f;
|
||||
}};
|
||||
|
||||
driverBolt = new MassDriverBolt();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user