Skip to content

Commit

Permalink
W0 is a valid_tns (in FA+ mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
teejusb committed Mar 24, 2022
1 parent 19535f4 commit 3f5462c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BGAnimations/ScreenGameplay overlay/TrackExScoreJudgments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ local stats = STATSMAN:GetCurStageStats():GetPlayerStageStats(player)
local storage = SL[ToEnumShortString(player)].Stages.Stats[SL.Global.Stages.PlayedThisGame + 1]

local valid_tns = {
-- Emulated, not a real TNS.
W0 = true,

-- Actual TNS's
W1 = true,
W2 = true,
W3 = true,
Expand Down

0 comments on commit 3f5462c

Please sign in to comment.