Print the spawn chance as a percent
This commit is contained in:
parent
8da18f9a4d
commit
fe7d50b33b
@ -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