| 169 | void zFXHammer(const xVec3* pos) |
| 170 | { |
| 171 | xFXRingCreate(pos, &sHammerRing[0]); |
| 172 | zFX_SpawnBubbleSlam(pos, (xrand() & 31) + 32, 0.15f, 12.0f, 2.0f); |
| 173 | } |
| 174 | |
| 175 | void zFXPorterWave(const xVec3* pos) |
| 176 | { |
| 177 | xFXRingCreate(pos, &sPorterRing[0]); |
| 178 | xFXRingCreate(pos, &sPorterRing[1]); |
| 179 | } |
| 180 | |
| 181 | xFXRing* zFXMuscleArmWave(const xVec3* pos) |
| 182 | { |
| 183 | return xFXRingCreate(pos, &sMuscleArmRing[0]); |
| 184 | } |
| 185 | |
| 186 | static ztextbox* goo_timer_textbox = NULL; |
| 187 | static void* g_txtr_gooFrozen = NULL; |
| 188 | // WIP |