--- deliantra/server/include/skillinc.h 2007/07/01 05:00:18 1.9 +++ deliantra/server/include/skillinc.h 2009/10/12 14:00:58 1.13 @@ -1,22 +1,23 @@ /* - * This file is part of Crossfire TRT, the Roguelike Realtime MORPG. + * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * - * Crossfire TRT 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. + * Deliantra is free software: you can redistribute it and/or modify it under + * the terms of the Affero 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 . + * You should have received a copy of the Affero GNU General Public License + * and the GNU General Public License along with this program. If not, see + * . * - * The authors can be reached via e-mail to + * The authors can be reached via e-mail to */ // the order of skills MUST stay the same, with no holes, to match @@ -59,7 +60,7 @@ def (PYROMANCY , SF_RANGED | SF_MANA) def (EVOCATION , SF_RANGED | SF_MANA) def (SORCERY , SF_RANGED | SF_MANA) -def (TWO_HANDED_WEAPON , SF_COMBAT) +def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON) def (SPARK_TOUCH , SF_COMBAT) def (SHIVER , SF_COMBAT) def (ACID_SPLASH , SF_COMBAT)