diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index bdc59e981603..594fc5da0358 100644 --- a/engines/wage/detection.cpp +++ b/engines/wage/detection.cpp @@ -43,6 +43,7 @@ static const PlainGameDescriptor wageGames[] = { {"cantitoe", "Camp Cantitoe"}, {"escapefromschool", "Escape from School!"}, {"queenquest", "Queen Quest"}, + {"scepters", "Enchanced Scepters"}, {"wage", "World Adventure Game Engine game"}, {0, 0} }; @@ -95,6 +96,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, GUIO0() }, + { + "scepters", + "", + AD_ENTRY1s("Scepters", "b80bff315897776dda7689cdf829fab4", 360832), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO0() + }, AD_TABLE_END_MARKER };