mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-18 20:52:26 +00:00
`Condition1 = UfoAttackMethod [type]`
- "smash a UFO Catcher using only [type]"
- Combine with `Prefix_SealedStar` or `Prefix_IsMap [special stage stage]`
- Shows up as "???"
- Types supported:
- `Boost` - "boost power" (sneakers)
- `Whip` - "Insta-Whip"
- `Banana` - "Bananas"
- `Orbinaut`- "Orbinauts"
- `Jawz` - "Jawz"
- `SPB` - "Self Propelled Bombs"
- Other types could be added on request, these were just the easy ones
In addition, the prototype for P_MobjWasRemoved was moved to `p_mobj.h`.
It's EXTREMELY important that we're able to safely check mobj pointers anywhere a mobj_t is possible to observe, without including the full `p_local.h`...
|
||
|---|---|---|
| .. | ||
| ark-arrow.c | ||
| audience.c | ||
| ball-switch.cpp | ||
| battle-ufo.cpp | ||
| block.c | ||
| broly.c | ||
| bungee.c | ||
| checkpoint.cpp | ||
| CMakeLists.txt | ||
| dash-rings.c | ||
| dlzothers.c | ||
| dlzrocket.c | ||
| dlzseasaw.c | ||
| drop-target.c | ||
| duel-bomb.c | ||
| eggball.c | ||
| emerald.c | ||
| gachabom-rebound.cpp | ||
| gardentop.c | ||
| hyudoro.c | ||
| instawhip.c | ||
| item-debris.c | ||
| item-spot.c | ||
| jawz.c | ||
| loops.c | ||
| manta-ring.c | ||
| monitor.c | ||
| orbinaut.c | ||
| powerup-aura.cpp | ||
| random-item.c | ||
| rideroid.c | ||
| ring-shooter.c | ||
| servant-hand.c | ||
| shadow.cpp | ||
| shrink.c | ||
| sneaker-panel.c | ||
| spb.c | ||
| super-flicky.cpp | ||
| ufo.c | ||
| wpzothers.c | ||
| wpzturbine.c | ||