1 | if (direction == 270 && other.direction == 180) |
2 | { |
3 | hurttimer = 20; |
4 | hurtx = x; |
5 | hurty = y; |
6 | with (other) |
7 | { |
8 | stomphold--; |
9 | stompspeed = -0.1; |
10 | stomplerp = 0.8; |
11 | event_user(0); |
12 | hittimer = 28; |
13 | } |
14 | } |