Skip to content

Commit

Permalink
Merge pull request #23 from CN-ARC/master
Browse files Browse the repository at this point in the history
增加冲击液体和物品容量,保证在flood的常见低帧下不那么容易停
  • Loading branch information
Jackson11500 authored May 1, 2022
2 parents ac43f22 + a6d5f67 commit 1009d31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contents/flood/src/mindustry/content/flood/Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,10 @@ public void load(){
ambientSound = Sounds.pulse;
ambientSoundVolume = 0.07f;

//lc: add more capacity so that it would not stop working at tps<5
liquidCapacity = 150f;
itemCapacity = 30;

consumes.power(25f);
consumes.item(Items.blastCompound);
consumes.liquid(Liquids.cryofluid, 0.25f);
Expand Down

0 comments on commit 1009d31

Please sign in to comment.