Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Damage struct now used. Ezreal + Garen updates. #90

Open
wants to merge 2 commits into
base: indev
Choose a base branch
from
Open

Damage struct now used. Ezreal + Garen updates. #90

wants to merge 2 commits into from

Conversation

yasinallahdev
Copy link
Contributor

Damage Structs are now used for Scripts to handle damage values, rather than them passing the raw values around. Additionally, Ezreal's W, Essence Flux, now functions as more than a projectile, while Garen's E, "Judgment", can now critically strike.

Refs #89

Red added 2 commits October 24, 2018 08:15
Damage Structs are now used for Scripts to handle damage values, rather than them passing the raw values around.
Ezreal's W Buff for Essence Flux now appears correctly in the project file for LeagueSandbox-Default.
Comment on lines +40 to +42
IChampion champion = target as IChampion;
if (champion != null)
{

Choose a reason for hiding this comment

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

Too much nesting. Have you considered (!(target is IChampion)) return;

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Red seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

Successfully merging this pull request may close these issues.

4 participants