--- deliantra/server/include/skillinc.h 2008/04/14 14:52:17 1.11 +++ deliantra/server/include/skillinc.h 2010/03/26 20:17:48 1.15 @@ -1,20 +1,21 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010 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. + * 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 */ @@ -45,8 +46,8 @@ def (CLIMBING , 0) def (WOODSMAN , SF_USE) def (INSCRIPTION , SF_USE) -def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON) -def (MISSILE_WEAPON , SF_RANGED | SF_NEED_BOW) +def (ONE_HANDED_WEAPON , SF_COMBAT | SF_NEED_ITEM) +def (MISSILE_WEAPON , SF_RANGED | SF_NEED_ITEM) def (THROWING , SF_RANGED) def (USE_MAGIC_ITEM , SF_RANGED) def (DISARM_TRAPS , SF_RANGED) @@ -59,9 +60,11 @@ def (PYROMANCY , SF_RANGED | SF_MANA) def (EVOCATION , SF_RANGED | SF_MANA) def (SORCERY , SF_RANGED | SF_MANA) -def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_WEAPON) +def (TWO_HANDED_WEAPON , SF_COMBAT | SF_NEED_ITEM) def (SPARK_TOUCH , SF_COMBAT) def (SHIVER , SF_COMBAT) def (ACID_SPLASH , SF_COMBAT) def (POISON_NAIL , SF_COMBAT) +def (MINING , SF_USE | SF_RANGED) +def (FISHING , SF_USE | SF_RANGED)