Skip to content

Commit

Permalink
Cut mayday runstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Jan 22, 2024
1 parent ed7d98e commit 26b338e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tasks/runstart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,11 +572,6 @@ export const RunStartQuest: Quest = {
modifier: `${baseOutfit().modifier}, -equip miniature crystal ball`,
};
},
post: (): void => {
if (have($item`MayDay™ supply package`) && !args.savemayday)
use($item`MayDay™ supply package`, 1);
if (have($item`space blanket`)) autosell($item`space blanket`, 1);
},
limit: { tries: 4 },
},
{
Expand Down

0 comments on commit 26b338e

Please sign in to comment.