From b964b5734d1a0fc1105d9a006132654003b84d35 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 13 May 2011 21:50:43 +0000
Subject: [PATCH] Eldoral Last Resort range fixed

git-svn-id: http://svn.net-core.org/repos/t-engine4@3346 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/ai/tactical.lua              | 18 ++++++++++++++++++
 .../data/general/objects/world-artifacts.lua   |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/game/modules/tome/ai/tactical.lua b/game/modules/tome/ai/tactical.lua
index a460aadb79..95d9fb36d3 100644
--- a/game/modules/tome/ai/tactical.lua
+++ b/game/modules/tome/ai/tactical.lua
@@ -1,3 +1,21 @@
+-- ToME - Tales of Maj'Eyal
+-- Copyright (C) 2009, 2010, 2011 Nicolas Casalini
+--
+-- This program is free software: you can redistribute it and/or modify
+-- it under the terms of the GNU General Public License as published by
+-- the Free Software Foundation, either version 3 of the License, or
+-- (at your option) any later version.
+--
+-- This program is distributed in the hope that it will be useful,
+-- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+-- GNU General Public License for more details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with this program.  If not, see <http://www.gnu.org/licenses/>.
+--
+-- Nicolas Casalini "DarkGod"
+-- darkgod@te4.org
 
 -- Internal functions
 local checkLOS = function(sx, sy, tx, ty)
diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index 202f9c7049..12a85a782b 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -455,7 +455,7 @@ newEntity{ base = "BASE_SLING",
 	cost = 350,
 	material_level = 3,
 	combat = {
-		range = 18,
+		range = 10,
 		physspeed = 0.7,
 	},
 	basic_ammo = {
-- 
GitLab