Esempio n. 1
0
 //private float gain = 200.0f;
 /**
  * Do the effet of the potion on the hero
  */
 protected override void triggerEffect(Hero hero)
 {
     hero.makeInvicible (7.0f);
 }