mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 11:23:47 +00:00
add masodlagos ertekek at level 1 for 2E create character
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function SignedNumberToText(val: number) : string {
|
||||
return val === 0 ? " 0" : (val > 0 ? '+'+val : val.toString())
|
||||
}
|
||||
Reference in New Issue
Block a user