62 737
modifications
Aucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 2 : | Ligne 2 : | ||
function resistance(localdata, type) | function resistance(localdata, type) | ||
local sd = localdata[type .. ' sd '] | local sd = localdata[type .. ' sd'] | ||
local rd = localdata[type .. ' rd '] | local rd = localdata[type .. ' rd'] | ||
if not sd or not rd then | if not sd or not rd then | ||
return nil | return nil |
modifications