From 25d331b0bbdc5c5a698cad8e3c5deefe563a790c Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Thu, 19 Apr 2018 21:14:00 -0400 Subject: [PATCH] tweak --- code/game/objects/items/stacks/telecrystal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/stacks/telecrystal.dm b/code/game/objects/items/stacks/telecrystal.dm index 6f160ca2440..4e00395cc15 100644 --- a/code/game/objects/items/stacks/telecrystal.dm +++ b/code/game/objects/items/stacks/telecrystal.dm @@ -32,7 +32,7 @@ return cart.telecrystals += amount use(amount) - to_chat(user, "You slot [src] into the [cart]. The next time it's used, it will also give telecrystals") + to_chat(user, "You slot [src] into [cart]. The next time it's used, it will also give telecrystals") /obj/item/stack/telecrystal/five amount = 5