Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 24, 2024
1 parent 8a8c81f commit 81717a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/diseases/xeno_transformation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

0 comments on commit 81717a2

Please sign in to comment.