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)