From 95ee1d9e87b5ffc02ab9720e3207064a8ccafe26 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 16 Dec 2012 18:09:03 +0000
Subject: [PATCH] Brawlers start with gloves in inventory

git-svn-id: http://svn.net-core.org/repos/t-engine4@6105 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/birth/classes/warrior.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/game/modules/tome/data/birth/classes/warrior.lua b/game/modules/tome/data/birth/classes/warrior.lua
index dea4888079..74d0f71c11 100644
--- a/game/modules/tome/data/birth/classes/warrior.lua
+++ b/game/modules/tome/data/birth/classes/warrior.lua
@@ -295,6 +295,9 @@ newBirthDescriptor{
 			{type="armor", subtype="hands", name="iron gauntlets", autoreq=true, ego_chance=-1000, ego_chance=-1000},
 			{type="armor", subtype="light", name="rough leather armour", autoreq=true, ego_chance=-1000, ego_chance=-1000},
 		},
+		resolvers.inventory{ id=true,
+			{type="armor", subtype="hands", name="rough leather gloves", ego_chance=-1000, ego_chance=-1000},
+		},
 	},
 	copy_add = {
 		life_rating = 2,
-- 
GitLab