Give tsunami the extinguisher flag as well (#4442)

This commit is contained in:
Patrick 'Quezler' Mounier 2021-01-26 17:31:36 +01:00 committed by GitHub
parent ccc59aa61b
commit 6969fbb1e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"){{