From 81717a2dfe114511aecb5b822faf0259d53762cf Mon Sep 17 00:00:00 2001 From: iloveloopers Date: Mon, 24 Jun 2024 02:59:19 -0400 Subject: [PATCH] yes --- code/datums/diseases/xeno_transformation.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/diseases/xeno_transformation.dm b/code/datums/diseases/xeno_transformation.dm index 13d3b3632e7e..630d1080be81 100644 --- a/code/datums/diseases/xeno_transformation.dm +++ b/code/datums/diseases/xeno_transformation.dm @@ -63,10 +63,10 @@ if(!GLOB.chemical_data.DDI_experiment_done) GLOB.chemical_data.DDI_experiment_done = TRUE - ai_announcement("Notice: XX-121 entity created at research containment through unknown means, analyzing data...") + ai_announcement("Notice: Unidentified lifesign detected at research containment, analyzing data...") sleep(10 SECONDS) GLOB.chemical_data.update_credits(20) var/datum/techtree/tree = GET_TREE(TREE_MARINE) tree.add_points(20) - ai_announcement("Notice: DNA Disintegrating research data logged. 20 tech points and research credits awarded.") + ai_announcement("Notice: Lifesign concluded to be the product of DNA Disintegrating, research data logged. 20 tech points and research credits awarded.")