From 1069c00ae2b7cb52758da48f062ddb693cb60cf3 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sat, 17 Oct 2015 00:43:42 -0500 Subject: [PATCH] Bug fixes --- code/game/objects/items/weapons/twohanded.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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