From 602a2772d2633db443e11e3603b973cabe359237 Mon Sep 17 00:00:00 2001 From: Giacomand Date: Sun, 17 Nov 2013 19:35:04 +0000 Subject: [PATCH] Another grammar thing. --- code/modules/reagents/Chemistry-Recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 49038693074..8b2b69a1bd9 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1480,7 +1480,7 @@ datum feedback_add_details("slime_cores_used","[replacetext(name," ","_")]") if(holder.my_atom) var/obj/item/bluespace_crystal/BC = new(get_turf(holder.my_atom)) - BC.visible_message("The [BC] appears out of thin air!") + BC.visible_message("The [BC.name] appears out of thin air!") //Cerulean