fixes autakh graspers being undeployable (#14671)

This commit is contained in:
anconfuzedrock
2022-08-21 01:56:02 +02:00
committed by GitHub
parent fea1c3dd5f
commit 62fc2c24e0
2 changed files with 6 additions and 2 deletions
-2
View File
@@ -283,8 +283,6 @@
owner.last_special = world.time + 100
var/obj/item/M = new augment_type(owner)
M.canremove = FALSE
M.item_flags |= NOMOVE
owner.put_in_active_hand(M)
owner.visible_message("<span class='notice'>\The [M] slides out of \the [owner]'s [src].</span>","<span class='notice'>You deploy \the [M]!</span>")