diff Items.h @ 1559:1f3f01d39300

Player::CanTrainToNextLevel simplified, Player::GetExperienceDisplayColor shortened a bit Player::CalculateIncommingDamage + fixed resistances not working if no resistance bonus (ignored luck bonus)
author Grumpy7
date Sun, 08 Sep 2013 00:35:03 +0200
parents b98812ead5d9
children 9f8b3e904e14
line wrap: on
line diff
--- a/Items.h	Sat Sep 07 23:06:13 2013 +0200
+++ b/Items.h	Sun Sep 08 00:35:03 2013 +0200
@@ -6,7 +6,7 @@
     DMGT_FIRE   = 0,
     DMGT_ELECTR = 1,
     DMGT_COLD   = 2,
-    DMGT_3      = 3,
+    DMGT_EARTH      = 3,
     DMGT_PHISYCAL= 4,
     DMGT_5      = 5,
     DMGT_SPIRIT = 6,