ok right branch this time (#19110)

This commit is contained in:
Contrabang
2022-09-24 12:53:13 +01:00
committed by GitHub
parent 73b27768f3
commit 0efd7c6c50
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -105,6 +105,7 @@
holder = new /obj/item/assembly_holder(get_turf(src))
if(holder.attach(A, src, user))
to_chat(user, "<span class='notice'>You attach [A] to [src]!</span>")
user.put_in_active_hand(holder)
return TRUE
return FALSE