Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Knuckles.java
  • Loading branch information
JCS12011 committed May 2, 2015
1 parent 081c4e4 commit 9d56b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Knuckle's Adventure/src/Entity/Knuckles.java
Expand Up @@ -144,7 +144,7 @@ public class Knuckles extends MapObject {
public void setFiring() {
firing = true;
}
public void setScratching() {
public void setPunching() {
punching = true;
}
public void setGliding(boolean b) {
Expand Down

0 comments on commit 9d56b92

Please sign in to comment.