From f7c96702f20db2d81b54838e378a6a4a737546de Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Fri, 7 Jun 2019 04:13:53 +0200 Subject: [PATCH] Fix exclamation point --- code/modules/mob/living/simple_animal/bot/construction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/construction.dm b/code/modules/mob/living/simple_animal/bot/construction.dm index 3ad7c58df8e..5feebb53059 100644 --- a/code/modules/mob/living/simple_animal/bot/construction.dm +++ b/code/modules/mob/living/simple_animal/bot/construction.dm @@ -618,7 +618,7 @@ var/robot_arm = /obj/item/robot_parts/l_arm if(!user.unEquip(W)) return build_step++ - to_chat(user, "You add the bikehorn to [src] Honk!") + to_chat(user, "You add the bikehorn to [src]! Honk!") desc = "A clown box with a robot arm and a bikehorn permanently grafted to it. It needs a trombone to be finished" qdel(W) else if(build_step == 2)