You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- description: Easy Ceiling Cling\nBy \\#ec7731\\Agent X\\#dcdcdc\\\n\nThis mod adds improved ceiling hang detection system so you can now begin clinging to ceiling from actions outside\nof just the single and double jump.
-- pausable: true
local set_mario_action = set_mario_action
--- @param m MarioState
local function before_phys_step(m)
if m.ceil ~= nil and m.ceil.type == SURFACE_HANGABLE and (m.action == ACT_TRIPLE_JUMP or m.action == ACT_WALL_KICK_AIR) and (m.input & INPUT_A_DOWN) ~= 0 then