| 138 | reset_entrails(); |
| 139 | } |
| 140 | |
| 141 | void zFXPatrickStun(const xVec3* pos) |
| 142 | { |
| 143 | xFXRingCreate(pos, &sPatrickStunRing[0]); |
| 144 | xFXRingCreate(pos, &sPatrickStunRing[1]); |
| 145 | xFXRingCreate(pos, &sPatrickStunRing[2]); |
| 146 | } |
| 147 |
no test coverage detected