Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions StylishSleeves.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function SMODS.INIT.StylishSleeves()

local Back_trigger_effect_ref = Back.trigger_effect
function Back.trigger_effect(arg_56_0, args)
if G.GAME.challenge ~= "c_sleeves_1" then return Back_trigger_effect_ref(arg_56_0, args) end
if G.GAME.challenge == "c_sleeves_1" then
if args.context == 'final_scoring_step' then
local tot = args.chips + args.mult
Expand Down