SS1984 - Modules - TypesDefine Details

code/__DEFINES/martial_arts.dm

MARTIAL_COMBO_FAILIf the combo failed
MARTIAL_COMBO_CONTINUEIf the combo should continue
MARTIAL_COMBO_DONEIf the combo is successful and done
MARTIAL_COMBO_DONE_NO_CLEARIf the combo is successful and done but the others should have a chance to finish
MARTIAL_COMBO_DONE_BASIC_HITIf the combo should do a basic hit after it's done
MARTIAL_COMBO_DONE_CLEAR_COMBOSIf 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