diff --git a/code/modules/mob/living/simple_animal/bot/construction.dm b/code/modules/mob/living/simple_animal/bot/construction.dm
index a72b71be85..ff135d19d1 100644
--- a/code/modules/mob/living/simple_animal/bot/construction.dm
+++ b/code/modules/mob/living/simple_animal/bot/construction.dm
@@ -184,6 +184,8 @@
if(istype(W, /obj/item/screwdriver))
to_chat(user, "You start attaching the gun to the frame...")
if(W.use_tool(src, user, 40, volume=100))
+ if(9)
+ return
name = "armed [name]"
to_chat(user, "Taser gun attached.")
build_step++