Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if player:NeedsCharge()
- and player:GetActiveCharge() < 13 then
- if player:GetActiveItem() == CollectibleType.COLLECTIBLE_MEGA_BLAST then
- player:FullCharge(3)
- else
- player:FullCharge()
- end
- end
Add Comment
Please, Sign In to add comment