Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix runtime errors in crystal maiden abilities #114

Merged
merged 2 commits into from
Jul 16, 2023

Commits on Jun 28, 2023

  1. Add comments to crystal maiden abilities; remove non-functional "else"

    1. Add comments for ability names
    2. Add comments for ending freezing field
    3. Remove "else" block that has no body
    JoshdanG committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b595cd7 View commit details
    Browse the repository at this point in the history
  2. Fix runtime errors in crystal maiden abilities

    1. Fix nil arithmetic error for freezingFieldHitSomeoneTime
    - Can prevent all ability usage in rare cases
    2. Fix "Can't call CDOTA_Bot_Script:IsAlive on an object of type [none]" for iceFreezingEnemy
    - Can prevent all ability usage in rare cases
    JoshdanG committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e35fa81 View commit details
    Browse the repository at this point in the history