Skip to content

Core/Spells: Implement druid talent Crashing Star #30783

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aquadeus
Copy link
Contributor

Changes proposed:

  • Implement druid talent Crashing Star

Tests performed:

Tested in-game

Copy link
Member

@mdX7 mdX7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shooting Stars has a $s1% chance to instead call down a Crashing Star

with the current implementation we could get a Shooting Star + Crashing Star simultaneously, i think thats not intended?


void HandleDamage(SpellEffIndex /*effIndex*/)
{
if (Unit* caster = GetCaster())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

caster never null in `SpellScript´ unless gob target is involved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants