Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 24, 2024
1 parent f7f8ed2 commit 8a8c81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/diseases/xeno_transformation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
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, logging data...")
ai_announcement("Notice: XX-121 entity created at research containment through unknown means, analyzing data...")
sleep(10 SECONDS)
GLOB.chemical_data.update_credits(20)
var/datum/techtree/tree = GET_TREE(TREE_MARINE)
Expand Down

0 comments on commit 8a8c81f

Please sign in to comment.