spec-counter: reset counter on sotetseg maze

This commit is contained in:
Hexagon
2022-06-18 12:21:10 -03:00
committed by Adam
parent e8a65220e0
commit ec79cca130
2 changed files with 19 additions and 1 deletions

View File

@@ -383,4 +383,10 @@ public final class ScriptID
*/
@ScriptArguments(integer = 6)
public static final int TRADE_MAIN_INIT = 755;
/**
* Transitions the tob hud into the white flash that happens when sotetseg teleports the players to the maze.
*/
@ScriptArguments(string = 1)
public static final int TOB_HUD_SOTETSEG_FADE = 2308;
}