chore: correction affichage viewer
This commit is contained in:
parent
6d2d3103c6
commit
ce9c4ee89f
1 changed files with 1 additions and 1 deletions
2
view.lua
2
view.lua
|
@ -13,7 +13,7 @@ print("CON:" .. creature.stats.con, "SAG:" .. creature.stats.sag, "DIS:" .. crea
|
|||
print("HAB:" .. creature.stats.hab, "VOL:" .. creature.stats.vol, "REL:" .. creature.stats.rel)
|
||||
print(" ", "PER:" .. creature.stats.per)
|
||||
print(" ", "------")
|
||||
print("PV:" .. creature.vita.pv, "PE:" .. creature.vita.pe, "Eclat : " .. creature.vita.eclat)
|
||||
print("PV:" .. creature.vita.pv, "PE:" .. creature.vita.pe, "Eclat:" .. creature.vita.eclat)
|
||||
print("Armure", "Phy:" .. creature.armure.phy, "Psy:" .. creature.armure.psy, "Spe:" .. creature.armure.spe)
|
||||
print(" ", "------")
|
||||
print("Armes:")
|
||||
|
|
Loading…
Reference in a new issue