From ddca68fd27ecf3f8d44e00412007d3de8aaf91c2 Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Sun, 29 May 2016 18:47:21 -0700 Subject: [PATCH] * --- code/modules/clothing/suits/armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 4ab26b4fb69..2c40c0d1b0f 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -302,7 +302,7 @@ if(world.time < reactivearmor_cooldown) owner.visible_message("The reactive table memes are still on cooldown!") return - owner.visible_message("The reactive teleport system flings [H] clear of [attack_text] and slams them into a freshly fabricated tables! The memes are dank!") + owner.visible_message("The reactive teleport system flings [H] clear of [attack_text] and slams them into a freshly fabricated table! The memes are dank!") owner.visible_message("[H] GOES ON THE TABLE!!!") owner.Weaken(2) var/list/turfs = new/list()