From 3c4ff536078c9ac570fd1b6ced007db6e5cc407d Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Tue, 22 Oct 2013 11:25:32 +0200 Subject: [PATCH] Adventurers start with both gloves and gauntlets --- game/modules/tome/data/birth/classes/adventurer.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/modules/tome/data/birth/classes/adventurer.lua b/game/modules/tome/data/birth/classes/adventurer.lua index 94ce4c9d34..abd43ef9b5 100644 --- a/game/modules/tome/data/birth/classes/adventurer.lua +++ b/game/modules/tome/data/birth/classes/adventurer.lua @@ -94,6 +94,8 @@ newBirthDescriptor{ {type="weapon", subtype="staff", name="elm staff", autoreq=true, ego_chance=-1000}, {type="weapon", subtype="mindstar", name="mossy mindstar", autoreq=true, ego_chance=-1000}, {type="weapon", subtype="mindstar", name="mossy mindstar", autoreq=true, ego_chance=-1000}, + {type="armor", subtype="hands", name="iron gauntlets", autoreq=true, ego_chance=-1000, ego_chance=-1000}, + {type="armor", subtype="hands", name="rough leather gloves", ego_chance=-1000, ego_chance=-1000}, {type="armor", subtype="light", name="rough leather armour", ego_chance=-1000, ego_chance=-1000}, {type="armor", subtype="cloth", name="linen robe", autoreq=true, ego_chance=-1000}, {type="scroll", subtype="rune", name="manasurge rune", ego_chance=-1000, ego_chance=-1000}, -- GitLab