Fix martial art combos not clearing themselves when martial art is removed (#29592)

* reset martial art combo before removing

* move reset to mind transfer

* clear old body combos

* reset combos when martial art removed
This commit is contained in:
Toastical
2025-06-19 18:22:03 +00:00
committed by GitHub
parent 28383b3161
commit bd7d43dcb5
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -153,6 +153,7 @@
transfer_actions(new_character)
if(martial_art)
for(var/datum/martial_art/MA in known_martial_arts)
MA.reset_combos(old_current) // Clear combos on old body
if(MA.temporary)
MA.remove(current)
else