From 5a09f784263ae91bfa8e644727c444e3e11c61d2 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Thu, 24 Sep 2015 15:53:02 +0200
Subject: [PATCH] desc double weapons

---
 game/modules/tome/class/Object.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/game/modules/tome/class/Object.lua b/game/modules/tome/class/Object.lua
index 154c35adcf..2295acf192 100644
--- a/game/modules/tome/class/Object.lua
+++ b/game/modules/tome/class/Object.lua
@@ -540,7 +540,6 @@ function _M:getTextualDesc(compare_with, use_actor)
 	desc:add(true)
 
 	if not self:isIdentified() then -- give limited information if the item is unidentified
---desc:add("----START UNIDED DESC----", true)
 		local combat = self.combat
 		if not combat and self.wielded then
 			-- shield combat
-- 
GitLab