Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion code/datums/actions/action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@

if(target == owner)
RegisterSignal(target, COMSIG_PARENT_QDELETING, PROC_REF(clear_ref))
owner = null
if(owner == remove_from)
owner = null

/// Actually triggers the effects of the action.
/// Called when the on-screen button is clicked, for example.
Expand Down