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)