From 52a051f7e9467162e185403a510f5bbcda128a14 Mon Sep 17 00:00:00 2001 From: Arkatos1 Date: Fri, 5 Apr 2019 20:13:13 +0200 Subject: [PATCH] Code improvement --- code/datums/action.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/action.dm b/code/datums/action.dm index 2e1102ecd18..d316bd29b41 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -25,6 +25,7 @@ button.name = name if(desc) button.desc = desc + /datum/action/Destroy() if(owner) Remove(owner)