From 02b1e41ec3d01fdb5dbff9de90e5a20af2309b41 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Wed, 19 Apr 2017 14:07:49 -0500 Subject: [PATCH] Fixes action transfer --- code/datums/action.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/action.dm b/code/datums/action.dm index 63de6b19e3..bd18d646e2 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -40,6 +40,7 @@ if(owner) if(owner == M) return + Remove(owner) owner = M M.actions += src if(M.client)