Skip to content

Commit 3b402fa

Browse files
committed
feat: change INFRA end rule
1 parent 26dbe21 commit 3b402fa

File tree

1 file changed

+5
-31
lines changed

1 file changed

+5
-31
lines changed

src/Features/Speedrun/CategoriesPreset.cpp

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ void InitSpeedrunCategoriesTo(std::map<std::string, SpeedrunCategory> *cats, std
264264
// INFRA {{{
265265
*defaultCat = "Any%";
266266
*cats = {
267-
{"Any%", {{"Start", "Ending 1", "Ending 2", "Ending 3"}}},
267+
{"Any%", {{"Start", "Ending"}}},
268268
};
269269
*rules = {
270270
{
@@ -281,41 +281,15 @@ void InitSpeedrunCategoriesTo(std::map<std::string, SpeedrunCategory> *cats, std
281281
}),
282282
},
283283
{
284-
"Ending 1",
284+
"Ending",
285285
SpeedrunRule(
286286
RuleAction::STOP,
287-
"infra_c11_ending_1",
287+
"infra_c10_m3_roof",
288288
EntityInputRule{
289289
ENTRULE_TARGETNAME,
290-
"achievement",
290+
"credits",
291291
"",
292-
"FireEvent",
293-
"",
294-
}),
295-
},
296-
{
297-
"Ending 2",
298-
SpeedrunRule(
299-
RuleAction::STOP,
300-
"infra_c11_ending_2",
301-
EntityInputRule{
302-
ENTRULE_TARGETNAME,
303-
"achievement",
304-
"",
305-
"FireEvent",
306-
"",
307-
}),
308-
},
309-
{
310-
"Ending 3",
311-
SpeedrunRule(
312-
RuleAction::STOP,
313-
"infra_c11_ending_3",
314-
EntityInputRule{
315-
ENTRULE_TARGETNAME,
316-
"achievement",
317-
"",
318-
"FireEvent",
292+
"RollOutroCredits",
319293
"",
320294
}),
321295
}

0 commit comments

Comments
 (0)