From 9efddbe580012b2fd718dc4fe07138f161c85f9d Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Wed, 6 Nov 2019 12:47:21 +1300 Subject: [PATCH] thank you dark souls --- code/modules/mob/living/simple_animal/bot/construction.dm | 2 ++ 1 file changed, 2 insertions(+) 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++