mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user