Skip to content

Added falling damage #23

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

Merged
merged 3 commits into from
Jan 5, 2013
Merged

Added falling damage #23

merged 3 commits into from
Jan 5, 2013

Conversation

nickpoorman
Copy link
Contributor

There are three new plugins.

player-fall - When a user falls determines damage to be done and fires a damage event on the player.
player-abilities - Used to keep track of when the user is flying for player-fall.
player-health - Modifies the player health on damage events.

block_z = z & 0x0f,
block_y = y;

var that = this;

Choose a reason for hiding this comment

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

deoxxa will get angry at you for this :P so .bind(this) the function instead

@deoxxa
Copy link
Owner

deoxxa commented Jan 5, 2013

Looks good, merging.

deoxxa added a commit that referenced this pull request Jan 5, 2013
@deoxxa deoxxa merged commit 92074f4 into deoxxa:master Jan 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants