Module:Blast resistance values: Difference between revisions

m Changed return method from direct to through-variable for in-script modification (Local variable called blockboomvals)
m Undo revision 1348854 by User 100251833 (talk) unneeded change (especially for a purely data module), plus it broke the code
Line 1: Line 1:
local blockboomvals = {}
return {
blockboomvals {
['barrier'] = '18,000,003',
['barrier'] = '18,000,003',
['bedrock'] = '18,000,000',
['bedrock'] = '18,000,000',
Line 315: Line 314:
['structurevoid'] = '0',
['structurevoid'] = '0',
}
}
return blockboomvals