mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
Organize logger.ts
Still working on documentation, but everything has been sorted
This commit is contained in:
parent
e0d20f309c
commit
888a817ee1
@ -61,7 +61,7 @@ export function getNatureName(nature: Nature, includeStatEffects: boolean = fals
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getNatureIncrease(nature: Nature): string {
|
export function getNatureIncrease(nature: Nature) {
|
||||||
switch (nature) {
|
switch (nature) {
|
||||||
case Nature.LONELY:
|
case Nature.LONELY:
|
||||||
case Nature.BRAVE:
|
case Nature.BRAVE:
|
||||||
@ -102,7 +102,7 @@ export function getNatureIncrease(nature: Nature): string {
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export function getNatureDecrease(nature: Nature): string {
|
export function getNatureDecrease(nature: Nature) {
|
||||||
switch (nature) {
|
switch (nature) {
|
||||||
case Nature.BOLD:
|
case Nature.BOLD:
|
||||||
case Nature.TIMID:
|
case Nature.TIMID:
|
||||||
|
1954
src/logger.ts
1954
src/logger.ts
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user