More minor bugfixes

This commit is contained in:
Anuken
2018-01-13 15:01:52 -05:00
parent 4fc2097c62
commit dfda83004e
3 changed files with 11 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ public class Player extends DestructibleEntity implements Syncable{
hitbox.setSize(5);
hitboxTile.setSize(4f);
maxhealth = 150;
maxhealth = 200;
heal();
}