Give tsunami the extinguisher flag as well (#4442)

This commit is contained in:
Patrick 'Quezler' Mounier
2021-01-26 11:31:36 -05:00
committed by GitHub
parent ccc59aa61b
commit 6969fbb1e7
+1
View File
@@ -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"){{