4,687
edits
(Created Museum Rewards Table) |
m (Fixed shop link) |
||
Line 230: | Line 230: | ||
end | end | ||
if equipment ~= nil then | if equipment ~= nil then | ||
table.insert(rewardTable, 'Unlocks the ability to purchase '..equipment..' from the { | table.insert(rewardTable, 'Unlocks the ability to purchase '..equipment..' from the '..Icons.Icon({'Shop'})) | ||
end | end | ||
return rewardTable | return rewardTable |