1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

mithril removal

This commit is contained in:
Laserlicht
2025-09-16 02:07:25 +02:00
parent 3ec731ef6e
commit 7d1e661e6f
16 changed files with 20 additions and 38 deletions

View File

@@ -8,7 +8,7 @@ local Bonus = require("Bonus")
local BonusBearer = require("BonusBearer")
local BonusList = require("BonusList")
local RES = {[0] = "wood", [1] = "mercury", [2] = "ore", [3] = "sulfur", [4] = "crystal", [5] = "gems", [6] = "gold", [7] = "mithril"}
local RES = {[0] = "wood", [1] = "mercury", [2] = "ore", [3] = "sulfur", [4] = "crystal", [5] = "gems", [6] = "gold"}
local SERVICES = SERVICES
local creatures = SERVICES:creatures()