From e34a1c3eb40427f3ce36a3ed11ac0204c0c7666e Mon Sep 17 00:00:00 2001 From: Lzimann Date: Sat, 22 Oct 2016 19:19:33 -0200 Subject: [PATCH] Fixes axes being placed in the tile. --- code/game/objects/structures/fireaxe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/fireaxe.dm b/code/game/objects/structures/fireaxe.dm index 8354514d9d7..0dfe105c7af 100644 --- a/code/game/objects/structures/fireaxe.dm +++ b/code/game/objects/structures/fireaxe.dm @@ -58,7 +58,7 @@ if(!user.drop_item()) return fireaxe = F - F.forceMove(loc) + F.forceMove(src) user << "You place the [F.name] back in the [name]." update_icon() return