1
0
mirror of https://github.com/MinetestForFun/fishing.git synced 2025-07-26 20:00:32 +02:00

Fix english

English mixed with french in the code is dead ugly. Fix this.
This commit is contained in:
Wouters Dorian
2015-07-15 15:54:05 +02:00
parent d8922786e5
commit dc055c58b5
9 changed files with 240 additions and 231 deletions

View File

@ -37,10 +37,10 @@ local stuff = {
fishing_setting.prizes["stuff"] = fishing_setting.func.ignore_mod(stuff)
local tresor = {
local treasure = {
{"default", "mese", 0, "a mese block."},
{"default", "nyancat", 0, "a Nyan Cat."},
{"default", "diamondblock", 0, "a Diamond Block."},
}
fishing_setting.prizes["tresor"] = fishing_setting.func.ignore_mod(tresor)
fishing_setting.prizes["treasure"] = fishing_setting.func.ignore_mod(treasure)