mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
Give tsunami the extinguisher flag as well (#4442)
This commit is contained in:
parent
ccc59aa61b
commit
6969fbb1e7
1 changed files with 1 additions and 0 deletions
|
|
@ -1662,6 +1662,7 @@ public class Blocks implements ContentList{
|
|||
shootEffect = Fx.shootLiquid;
|
||||
range = 190f;
|
||||
health = 250 * size * size;
|
||||
flags = EnumSet.of(BlockFlag.turret, BlockFlag.extinguisher);
|
||||
}};
|
||||
|
||||
fuse = new ItemTurret("fuse"){{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue