oddlittleturtle / ccupfo4

Repository for Creation Club Unofficial Patch issue tracking and source scripts
0 stars 0 forks source link

Tesla Cannon: Gunner Pipboy Perk stays applied to player indefinitely #2

Closed oddlittleturtle closed 11 months ago

oddlittleturtle commented 11 months ago

Remove the cloak spell from player after Best of Three is complete. It can cause a similar instance to the brawl bug which can negatively affect main quest completion.

oddlittleturtle commented 11 months ago
    ;bug # 000001 - Gunner Pipboy Perk does not remove from player upon quest completion
    if ( ccBGSFO4046_BestOfThree.IsCompleted() )
        if Game.GetPlayer().HasPerk(ccBGSFO4046_GunnerPipboyPerk)
            Game.GetPlayer().RemovePerk(ccBGSFO4046_GunnerPipboyPerk)
        endif
    endif
oddlittleturtle commented 11 months ago

Done.

Can't fix for PlayStation.