Skip to content

Commit

Permalink
Minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxanier committed Feb 22, 2015
1 parent 25c04ac commit 3d33a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#29.07.14 17:00
minecraft_version = 1.7.10
forge_version = 10.13.2.1291
mod_version = 0.3
mod_version = 0.3.1
2 changes: 1 addition & 1 deletion src/main/java/de/teamlapen/vampirism/util/BALANCE.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static float getVampirePlayerNightVision(int level) {
}

public static float getVampireSunDamage(int level) {
if (level < 5) {
if (level < 4) {
return 0;
}
return (float) VAMPIRE_PLAYER_SUN_DAMAGE;
Expand Down

0 comments on commit 3d33a07

Please sign in to comment.