Module:SoulUnlock: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) add 400 to initial soul value |
Gammaton32 (talk | contribs) updated to start with 600 |
||
| Line 80: | Line 80: | ||
--Add 400 | --Add 400 | ||
if key == "RequiredSouls" then | if key == "RequiredSouls" then | ||
display_value = display_value + | display_value = display_value + 600 | ||
end | end | ||
ret = ret .. string.format(" %s:%s, ", p.localize(key), display_value) | ret = ret .. string.format(" %s:%s, ", p.localize(key), display_value) | ||