-- @/lua/ge/extensions/gameplay/crawl/display.lua:89
local function showGateClearedMessage(penaltyPoints)
ui_message({txt="ui.crawl.gateCleared", context={penaltyPoints=penaltyPoints}}, nil, "gateCleared")
end
applyPenalty(crawlerId, 'gateCleared')
gameplay_crawl_display.showGateClearedMessage(penaltyReduction)