mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fix an invalid string macro (#70274)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user