Code:
}
		if (HP <= 0) { 
			HP = 850;
		}
		NPC newNPC = new NPC(slot, npcType);
now that code there automatically gives my npcs 850 hp, ALL OF THEM, regardless of whats in npc.java ive tried removing it, and it just messes up, ive editted it but it goes rong

any ideas on how i can fix this

gary