new Regen
This commit is contained in:
@@ -1018,7 +1018,7 @@ public class PlayerCombatStats {
|
||||
public static void healthConsume(PlayerCharacter pc, int amount){
|
||||
boolean worked = false;
|
||||
float current = pc.health.get();
|
||||
float mod = current = amount;
|
||||
float mod = current - amount;
|
||||
if(mod <= 0){
|
||||
pc.killCharacter("water");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user