Commit 7dfaf4ef7d7f4e7ad0330d671b81e8e960dd832c

Authored by K'van
1 parent dbb550c0

Add is_glove_combat to easily check if a combat table belongs to gloves.

... ... @@ -31,7 +31,7 @@ newEntity{
31 31 encumber = 1.5,
32 32 rarity = 9,
33 33 metallic = true,
34   - wielder={combat = {accuracy_effect = "mace"},},
  34 + wielder={combat = {accuracy_effect = "mace", is_gloves_combat = true},},
35 35 desc = _t[[Metal gloves protecting the hands up to the middle of the lower arm.]],
36 36 randart_able = "/data/general/objects/random-artifacts/generic.lua",
37 37 egos = "/data/general/objects/egos/gloves.lua", egos_chance = { prefix=resolvers.mbonus(40, 5), suffix=resolvers.mbonus(40, 5) },
... ...