Print the spawn chance as a percent
This commit is contained in:
parent
9d97cecd75
commit
e490ed0cba
@ -201,7 +201,7 @@ class Tarkov(commands.Cog):
|
||||
for key, value in levels.items():
|
||||
embed.add_field(
|
||||
name=key,
|
||||
value="\n".join(f"{k}: `{v}`" for k, v in value.items()),
|
||||
value="\n".join(f"{k}: `{v*100}%`" for k, v in value.items()),
|
||||
inline=False,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user