1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-07-02 06:45:06 +03:00

"display" is now the "display name", for non-English games

This commit is contained in:
Alexander Yakovlev 2016-05-09 11:01:11 +07:00
parent 74a7600181
commit b90b3b95c4

View file

@ -22,7 +22,7 @@ class Character
@listinv = (thing) =>
for i in @inventory
if i.name == thing
return invlink(i.name, i.name)
return invlink(i.display, i.name)
@inv = (thing) =>
for i in @inventory