From d6f933460b630ebc68933370e71c427a84c0334e Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 20 Feb 2021 17:04:31 -0500 Subject: Wording You clone the genome, not nucleotide. --- rules.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.mjs b/rules.mjs index 110e762..50cf10f 100644 --- a/rules.mjs +++ b/rules.mjs @@ -85,7 +85,7 @@ class NucleotideSelect { if (this.rules.die.value > this.rules.currentGenome.length) { this.rules.currentGenome.selectedNucleotide = undefined this.rules.next(new ShowError(this.rules, this, - `You need to clone this nucleotide.`)) + `You need to clone this genome.`)) return } else if (i != this.rules.die.value) { this.rules.currentGenome.selectedNucleotide = undefined -- cgit v1.2.3