Add proper incursion effects and do not show market group context menu on them

This commit is contained in:
DarkPhoenix
2011-11-19 19:19:37 +04:00
parent 8747be71ac
commit c2efe7832e
3 changed files with 10 additions and 6 deletions

View File

@@ -682,9 +682,9 @@ class Market():
"Pulsar Effect Beacon",
"Red Giant Beacon",
"Wolf Rayet Effect Beacon",
"Incursion Effect")
"Incursion ship attributes effects")
# Stuff we don't want to see in names
garbages = ("Effect", "Beacon")
garbages = ("Effect", "Beacon", "ship attributes effects")
# Get group with all the system-wide beacons
grp = self.getGroup("Effect Beacon")
beacons = self.getItemsByGroup(grp)