--- deliantra/server/include/skillinc.h 2007/05/19 00:31:08 1.7 +++ deliantra/server/include/skillinc.h 2008/04/14 14:52:17 1.11 @@ -1,3 +1,24 @@ +/* + * This file is part of Deliantra, the Roguelike Realtime MMORPG. + * + * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * + * Deliantra 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 . + * + * The authors can be reached via e-mail to + */ + // the order of skills MUST stay the same, with no holes, to match // the archetypes. Do not remove or add skills in between. @@ -38,7 +59,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)