Skip to content

Commit

Permalink
Update src/resources/2006/CommaChameleon.ts
Browse files Browse the repository at this point in the history
Co-authored-by: neil <78829653+horrible-little-slime@users.noreply.github.com>
  • Loading branch information
Ignose and horrible-little-slime authored Nov 22, 2024
1 parent b700b75 commit e9c643b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/2006/CommaChameleon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const familiar = $familiar`Comma Chameleon`;
* @returns Whether the player has a Comma Chameleon
*/
export function have(): boolean {
return _have(familiar);
return have_(familiar);
}

/**
Expand Down

0 comments on commit e9c643b

Please sign in to comment.