mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2025-06-08 06:14:25 +02:00
Even more formatting
This commit is contained in:
parent
edc55cc5b1
commit
56e9b3e3fe
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -106,7 +106,7 @@ func Cast(dieSurfaces, castAmount int) {
|
|||
fmt.Println("\tWithout modifier:", total)
|
||||
fmt.Println(Color(ColorGreen), "\tWith modifier:", total+modifier, Color(ColorReset))
|
||||
} else {
|
||||
fmt.Println(Color(ColorGreen), "\t", total, Color(ColorReset))
|
||||
fmt.Printf("%s\t%d%s\n", Color(ColorGreen), total, Color(ColorReset))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue