Commit b964b5734d1a0fc1105d9a006132654003b84d35

Authored by dg
1 parent 3b31efce

Eldoral Last Resort range fixed


git-svn-id: http://svn.net-core.org/repos/t-engine4@3346 51575b47-30f0-44d4-a5cc-537603b46e54
  1 +-- ToME - Tales of Maj'Eyal
  2 +-- Copyright (C) 2009, 2010, 2011 Nicolas Casalini
  3 +--
  4 +-- This program is free software: you can redistribute it and/or modify
  5 +-- it under the terms of the GNU General Public License as published by
  6 +-- the Free Software Foundation, either version 3 of the License, or
  7 +-- (at your option) any later version.
  8 +--
  9 +-- This program is distributed in the hope that it will be useful,
  10 +-- but WITHOUT ANY WARRANTY; without even the implied warranty of
  11 +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12 +-- GNU General Public License for more details.
  13 +--
  14 +-- You should have received a copy of the GNU General Public License
  15 +-- along with this program. If not, see <http://www.gnu.org/licenses/>.
  16 +--
  17 +-- Nicolas Casalini "DarkGod"
  18 +-- darkgod@te4.org
1 19
2 20 -- Internal functions
3 21 local checkLOS = function(sx, sy, tx, ty)
... ...
... ... @@ -455,7 +455,7 @@ newEntity{ base = "BASE_SLING",
455 455 cost = 350,
456 456 material_level = 3,
457 457 combat = {
458   - range = 18,
  458 + range = 10,
459 459 physspeed = 0.7,
460 460 },
461 461 basic_ammo = {
... ...