From 5c6b3fa4c3ddaa66b014c3b19e6928c6349163c3 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 6 May 2012 20:41:15 +0000
Subject: [PATCH] Reavers now get access to Vim tree. Allowing them to get
 Vimsense & Leech for vimregen

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

diff --git a/game/modules/tome/data/birth/classes/corrupted.lua b/game/modules/tome/data/birth/classes/corrupted.lua
index f41fceae13..27089258a1 100644
--- a/game/modules/tome/data/birth/classes/corrupted.lua
+++ b/game/modules/tome/data/birth/classes/corrupted.lua
@@ -65,6 +65,7 @@ newBirthDescriptor{
 		["corruption/curses"]={false, 0.3},
 		["corruption/bone"]={true, 0.3},
 		["corruption/torment"]={true, 0.3},
+		["corruption/vim"]={true, 0.3},
 	},
 	talents = {
 		[ActorTalents.T_CORRUPTED_STRENGTH] = 1,
-- 
GitLab