mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2024-11-28 21:03:51 +01:00
Even more formatting
This commit is contained in:
parent
edc55cc5b1
commit
56e9b3e3fe
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…
Reference in a new issue