Changes the absorb objectives text

This commit is contained in:
joep van der velden
2020-05-29 23:02:28 +02:00
parent e2f00b3156
commit 8b2e843c8a
+1 -1
View File
@@ -475,7 +475,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective)
n_p++
target_amount = min(target_amount, n_p)
explanation_text = "Absorb [target_amount] compatible genomes."
explanation_text = "Acquire [target_amount] compatible genomes. The 'Extract DNA Sting' can be used to stealthily get genomes without killing somebody."
return target_amount
/datum/objective/absorb/check_completion()