update red portal

This commit is contained in:
vietdungdev
2026-06-07 10:58:13 +07:00
parent bce4d07041
commit 9408f1f980

View File

@@ -99,7 +99,8 @@ func (o Object) IsRedPortal() bool {
o.Name == object.BaalsPortal ||
o.Name == object.ArcaneSanctuaryPortal ||
o.Name == object.LastLastPortal ||
o.Name == object.HellGate
o.Name == object.HellGate ||
o.Name == object.SiegeHellGate
}
func (o Object) IsChest() bool {