Açıklama Yok

venoshock_has_multiplier.c 298B

123456789
  1. #include <battle_locations.h>
  2. #include <battle_structs.h>
  3. u8 venoshock_has_multiplier()
  4. {
  5. if(battle_participants[battle_defender_bank].status.flags.poison || battle_participants[battle_defender_bank].status.flags.toxic_poison)
  6. battle_damage_multiplier *= 2;
  7. return false;
  8. }