Rename one of the engraving stones (Man→Human)

This commit is contained in:
Wuzzy
2022-10-16 16:24:16 +02:00
parent 041a4c5dcc
commit a17725133e
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ local img = {
"ankh", "scarab", "cactus"
}
local desc = {
S("Sandstone with Eye Engraving"), S("Sandstone with Man Engraving"), S("Sandstone with Sun Engraving"),
S("Sandstone with Eye Engraving"), S("Sandstone with Human Engraving"), S("Sandstone with Sun Engraving"),
S("Desert Sandstone with Ankh Engraving"), S("Desert Sandstone with Scarab Engraving"), S("Desert Sandstone with Cactus Engraving")
}