]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Bonuses.def
Attempt at fixing the crash in DoAnimation
[lugaru.git] / Source / Bonuses.def
index 91b2b5ca47716b01a1106cf1109e7e19383a8e2c..bcc1a959c3e9fb7368a96362acb56253651b609f 100644 (file)
@@ -1,22 +1,20 @@
 /*
-Copyright (C) 2010 - Lugaru authors
+Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
-Lugaru 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 2
-of the License, or (at your option) any later version.
+Lugaru 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 2 of the License, or
+(at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
+Lugaru 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.
+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, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 DECLARE_BONUS(nobonus, "", 0)
@@ -32,6 +30,7 @@ DECLARE_BONUS(touchofdeath, "Touch of Death!", 150)
 DECLARE_BONUS(swordreversebonus, "Sword Disarm!", 100)
 DECLARE_BONUS(staffreversebonus, "Staff Disarm!", 100)
 DECLARE_BONUS(reverseko, "Reversal KO!", 100)
+// The following five should be kept in that order
 DECLARE_BONUS(solidhit, "Solid Hit!", 10)
 DECLARE_BONUS(twoxcombo, "2X Combo!", 20)
 DECLARE_BONUS(threexcombo, "3X Combo!", 40)