62 737
modifications
Tri des interactions + ajout de l'interaction marchand |
mAucun résumé des modifications |
||
Ligne 156 : | Ligne 156 : | ||
description = "Ce personnage est un marchand.", | description = "Ce personnage est un marchand.", | ||
note = function(args) | note = function(args) | ||
local note = | local note = "" | ||
local cash = args[ | local cash = args["caisse"] | ||
local currency = args[ | local currency = args["devise"] | ||
if cash and currency then | if cash and currency then | ||
note = "Caisse : " .. cash .. " " .. currency .. "<br/>" | note = "Caisse : " .. cash .. " " .. currency .. "<br/>" | ||
Ligne 166 : | Ligne 166 : | ||
end | end | ||
note = "Marchandises :" .. LF .. args["marchand"] .. LF | note = note .. "Marchandises :" .. LF .. args["marchand"] .. LF | ||
local restock = args["réapprovisionnement"] | local restock = args["réapprovisionnement"] |
modifications