Module:Sandbox/One Bar: Difference between revisionsGive feedback
Jump to navigation
Jump to search
typo |
Remove unneeded function for demonstration |
||
| Line 20: | Line 20: | ||
p.get_cost = function(frame) | p.get_cost = function(frame) | ||
local item_name = frame.args[1] | local item_name = frame.args[1] | ||
return | return get_cost(item_name) | ||
end | end | ||