Fix an invalid string macro (#70274)

This commit is contained in:
ike709
2022-10-03 22:19:55 -04:00
committed by GitHub
parent 1c71119d1d
commit 094a58d79d
@@ -18,7 +18,7 @@
required_genes[req_atom] = chosen_gene
/datum/experiment/scanning/random/plants/serialize_progress_stage(atom/target, list/seen_instances)
return EXPERIMENT_PROG_INT("Scan samples of \a harvested plant.", \
return EXPERIMENT_PROG_INT("Scan samples of a harvested plant.", \
traits & EXPERIMENT_TRAIT_DESTRUCTIVE ? scanned[target] : seen_instances.len, required_atoms[target])
/datum/experiment/scanning/random/plants/traits/final_contributing_index_checks(atom/target, typepath)