diff Monsters.h @ 735:6daaa2f18d0d

Fixed some house sounds & shop-related stuff
author Nomad
date Fri, 22 Mar 2013 20:01:46 +0200
parents a5e587c8e30e
children 6005142abce0
line wrap: on
line diff
--- a/Monsters.h	Fri Mar 22 16:16:40 2013 +0200
+++ b/Monsters.h	Fri Mar 22 20:01:46 2013 +0200
@@ -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;