diff --git a/code/game/objects/items/weapons/twohanded.dm b/code/game/objects/items/weapons/twohanded.dm index a5342861d49..bd3894c8c21 100644 --- a/code/game/objects/items/weapons/twohanded.dm +++ b/code/game/objects/items/weapons/twohanded.dm @@ -337,9 +337,10 @@ return user << "You fasten the [src] to the spear. Alt+click on the spear to set your war cry!" name = "explosive lance" - desc = "A makeshift spear with [src] attached to it." + desc = "A makeshift spear with [I] attached to it." explosive = I update_icon() + user.unEquip(I) I.loc = src