Skip to content
Closed
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
4 changes: 4 additions & 0 deletions modular_darkpack/modules/powers/code/discipline_actions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
QDEL_NULL(discipline)
return ..()

/datum/action/discipline/Destroy()
QDEL_NULL(discipline)
return ..()

/datum/action/discipline/proc/register_to_availability_signals()
//this should only go through if it's the first Discipline gained by the mob
for (var/datum/action/action in owner.actions)
Expand Down
Loading