mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Swap buff symbols
This commit is contained in:
parent
ce14ed5652
commit
e35b1c4733
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class SpellCommand(Command):
|
||||||
stats: rs.StatsComponent = spell.stats_component
|
stats: rs.StatsComponent = spell.stats_component
|
||||||
rows.append("Il caster riceve: ")
|
rows.append("Il caster riceve: ")
|
||||||
for stat_name in stats.stat_changes:
|
for stat_name in stats.stat_changes:
|
||||||
rows.append(f"[b]{stats.stat_changes[stat_name]}{stat_name}[/b]")
|
rows.append(f"[b]{stat_name}{stats.stat_changes[stat_name]}[/b]")
|
||||||
rows.append("")
|
rows.append("")
|
||||||
|
|
||||||
if spell.status_effect_component:
|
if spell.status_effect_component:
|
||||||
|
|
Loading…
Reference in a new issue