Skip to content

Commit

Permalink
Add full stop to sweatpants desc
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie authored Apr 10, 2024
1 parent 71ab575 commit d2be6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/excavator-projects/projects/designerSweatpants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function spadeSweatpants(encounter: string, page: string) {
export const DESIGNER_SWEATPANTS: ExcavatorProject = {
name: "Designer Sweatpants",
description:
"Tracks sweatiness of various zones for the Designer Sweatpants and its replica",
"Tracks sweatiness of various zones for the Designer Sweatpants and its replica.",
author: "horrible-little-slime",
hooks: { COMBAT_ROUND: spadeSweatpants },
};

0 comments on commit d2be6cd

Please sign in to comment.