| 1 | if (i == 0) |
| 2 | i = 1; |
| 3 | else |
| 4 | i = 0; |
| 5 | if (apparenthp > (actualhp - dmg)) |
| 6 | apparenthp -= (round(dmg / 20) + 2); |
| 7 | if (negative == 0) |
| 8 | { |
| 9 | if (apparenthp < 0) |
| 10 | apparenthp = 0; |
| 11 | } |
| 12 | alarm[0] = 2; |