update 6.7

This commit is contained in:
chardub
2025-09-28 15:53:01 -04:00
parent ef5e023ae0
commit 318ff90d8d
696 changed files with 111759 additions and 198230 deletions

View File

@@ -229,7 +229,7 @@ def pbRefreshMGCommands(master, online)
itemname = GameData::Item.get(gift[2]).name + sprintf(" x%d", gift[1])
end
ontext = ["[ ]", "[X]"][(online.include?(gift[0])) ? 1 : 0]
commands.push(_INTL("{1} {2}: {3} ({4})", ontext, gift[0], gift[3], itemname))
commands.push("#{ontext} #{gift[0]}: #{gift[3]} (#{itemname})")
end
commands.push(_INTL("Export selected to file"))
commands.push(_INTL("Cancel"))