17,273
edits
m (remove SS Shields from staging since it was already done) |
(remove HW Legend Mode Scenarios from staging since it's already done) |
||
Line 67: | Line 67: | ||
-- override | -- override | ||
function Galbox:renderContent() | function Galbox:renderContent() | ||
local listing = Listing._parseListing( ((self.categories[1] == 'The Wind Waker' and self.categories[3] == 'Enemies') or (self.categories[1] == 'Skyward Sword' and self.categories[3] ~= 'Shields') or (self.categories[1] == 'A Link Between Worlds' and self.categories[3] ~= 'Items') or self.categories[1] == 'Four Swords Adventures' or self.categories[1] == 'Tri Force Heroes' or self.categories[1] == 'Hyrule Warriors') and self.subject .. '/Staging' or self.subject ) | local listing = Listing._parseListing( ((self.categories[1] == 'The Wind Waker' and self.categories[3] == 'Enemies') or (self.categories[1] == 'Skyward Sword' and self.categories[3] ~= 'Shields') or (self.categories[1] == 'A Link Between Worlds' and self.categories[3] ~= 'Items') or self.categories[1] == 'Four Swords Adventures' or self.categories[1] == 'Tri Force Heroes' or (self.categories[1] == 'Hyrule Warriors' and self.categories[3] ~= 'Legend Mode Scenarios')) and self.subject .. '/Staging' or self.subject ) | ||
-- test if there are no sections at all | -- test if there are no sections at all |