diff Monsters.h @ 744:4b06e19fcdbc

Слияние
author Ritor1
date Fri, 22 Mar 2013 23:42:21 +0600
parents 6daaa2f18d0d
children 6005142abce0
line wrap: on
line diff
--- a/Monsters.h	Fri Mar 22 23:42:09 2013 +0600
+++ b/Monsters.h	Fri Mar 22 23:42:21 2013 +0600
@@ -126,7 +126,10 @@
   unsigned __int8 uResLight;
   unsigned __int8 uResDark;
   unsigned __int8 uResPhysical;
-  unsigned __int8 uSpecialAbilityType;
+  unsigned __int8 uSpecialAbilityType;           // 0   SPECIAL_ABILITY_TYPE_NONE
+                                                 // 1   SPECIAL_ABILITY_TYPE_SHOT
+                                                 // 2   SPECIAL_ABILITY_TYPE_SUMMON
+                                                 // 3   SPECIAL_ABILITY_TYPE_EXPLODE
   unsigned __int8 uSpecialAbilityDamageDiceRolls;
   unsigned __int8 uSpecialAbilityDamageDiceSides;
   unsigned __int8 uSpecialAbilityDamageDiceBonus;