mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 08:52:33 +00:00
Toxomister amps 3 -> 2
This commit is contained in:
parent
61d9722214
commit
5b1e7197c2
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ struct Cloud : Mobj
|
|||
|
||||
if (fuse < kMaxFuse && (kMaxFuse - fuse) % 20 == 0 && Mobj::valid(target()) && target()->player && follow()->player)
|
||||
{
|
||||
K_SpawnAmps(target()->player, K_PvPAmpReward(3, target()->player, follow()->player), this);
|
||||
K_SpawnAmps(target()->player, K_PvPAmpReward(2, target()->player, follow()->player), this);
|
||||
}
|
||||
|
||||
follow()->player->stunned = fuse; // stunned as long as cloud is here
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue