code/__DEFINES/martial_arts.dm 
| MARTIAL_COMBO_FAIL | If the combo failed |
|---|---|
| MARTIAL_COMBO_CONTINUE | If the combo should continue |
| MARTIAL_COMBO_DONE | If the combo is successful and done |
| MARTIAL_COMBO_DONE_NO_CLEAR | If the combo is successful and done but the others should have a chance to finish |
| MARTIAL_COMBO_DONE_BASIC_HIT | If the combo should do a basic hit after it's done |
| MARTIAL_COMBO_DONE_CLEAR_COMBOS | If the combo should do a basic hit after it's done |
Define Details
MARTIAL_COMBO_CONTINUE 
If the combo should continue
MARTIAL_COMBO_DONE 
If the combo is successful and done
MARTIAL_COMBO_DONE_BASIC_HIT 
If the combo should do a basic hit after it's done
MARTIAL_COMBO_DONE_CLEAR_COMBOS 
If the combo should do a basic hit after it's done
MARTIAL_COMBO_DONE_NO_CLEAR 
If the combo is successful and done but the others should have a chance to finish
MARTIAL_COMBO_FAIL 
If the combo failed