Organize logger.ts

Still working on documentation, but everything has been sorted
This commit is contained in:
RedstonewolfX 2024-07-14 13:47:57 -04:00
parent e0d20f309c
commit 888a817ee1
2 changed files with 1133 additions and 825 deletions

View File

@ -61,7 +61,7 @@ export function getNatureName(nature: Nature, includeStatEffects: boolean = fals
return ret;
}
export function getNatureIncrease(nature: Nature): string {
export function getNatureIncrease(nature: Nature) {
switch (nature) {
case Nature.LONELY:
case Nature.BRAVE:
@ -102,7 +102,7 @@ export function getNatureIncrease(nature: Nature): string {
return ""
}
}
export function getNatureDecrease(nature: Nature): string {
export function getNatureDecrease(nature: Nature) {
switch (nature) {
case Nature.BOLD:
case Nature.TIMID:

File diff suppressed because it is too large Load Diff