62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 37 : | Ligne 37 : | ||
["oreille"] = { | ["oreille"] = { | ||
checkIfYes = true, | checkIfYes = true, | ||
image = " | image = "Icon severed ear color.png", | ||
description = "Ce personnage permet de collecter une [[oreille]] s'il est mort ([[Tueur à gages]])." | description = "Ce personnage permet de collecter une [[oreille]] s'il est mort ([[Tueur à gages]])." | ||
}, | }, | ||
Ligne 287 : | Ligne 287 : | ||
argValue = args[key] | argValue = args[key] | ||
local def = data[key:lower()] | local def = data[key:lower()] | ||
if def and (not checkIfYes or argValue:lower() == OUI) and argValue ~= '-' then | if def and (not def.checkIfYes or argValue:lower() == OUI) and argValue ~= '-' then | ||
isEmpty = false | isEmpty = false | ||
res:node(buildRow(args, def)) | res:node(buildRow(args, def)) |
modifications