Fix exclusive abyssal weathers items (#1794)
This commit is contained in:
@@ -280,6 +280,10 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
|
||||
return self in self.owner.projectedModules
|
||||
return None
|
||||
|
||||
@property
|
||||
def isExclusiveSystemEffect(self):
|
||||
return self.item.group.name in ("Effect Beacon", "Non-Interactable Object", "MassiveEnvironments")
|
||||
|
||||
@property
|
||||
def isCapitalSize(self):
|
||||
return self.getModifiedItemAttr("volume", 0) >= 4000
|
||||
|
||||
Reference in New Issue
Block a user