[s1e10] The 12-step Job Now

In a comedic yet touching subplot, Parker becomes overly invested in the therapy and the anti-depressants she’s given, briefly losing her "Thief" edge to become a bubbly, hug-giving version of herself. The Grand Escape

While the con moves forward, the setting takes a toll on the team:

manage the exterior, dealing with the rival gangs closing in on Hurley’s location. A Twist of Character [S1E10] The 12-Step Job

In the end, the team recovers the money—hidden inside the of Hurley's car—and provides him with a new identity to start over. Though the charity is made whole, the episode ends on a bittersweet note as Nate, rattled by his forced sobriety, immediately seeks out a drink. Leverage Season 1 Episode 10 Recap: The 12-Step Job

takes the lead as the group's new therapist, Dr. Tanner. In a comedic yet touching subplot, Parker becomes

"The 12-Step Job": When the Con Hits Home In the high-stakes world of Leverage , the team is used to playing characters to take down the greedy. But in the Season 1 episode the masks slip as the job forces the crew—particularly Nate Ford—to face personal demons in a place meant for healing. The Mark: Jack Hurley

The mission seems straightforward: recover money swindled from a food bank by investment broker . Hurley, an alcoholic and gambling addict, is on the run from multiple dangerous gangs, including Mexican and Korean syndicates. To isolate him and find the hidden cash, Nate cons Hurley into entering the Second Act Rehabilitation Center . The Infiltration Though the charity is made whole, the episode

As the job progresses, the team discovers a rare Leverage twist: their mark isn't actually a villain. Hurley didn't just steal the money; he "borrowed" it with the misguided hope of quadrupling it for the charity through his investment tricks. His genuine desire to help people—even if fueled by his own addictive high—makes him one of the most endearing targets the team has encountered. Personal Breakthroughs and Breakdowns

Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart