Added support for 3 new hat effects

This commit is contained in:
Lemongrass3110 2017-10-15 02:29:38 +02:00
parent b196b46bd5
commit 8c2f727f64
2 changed files with 6 additions and 0 deletions

View File

@ -1862,6 +1862,9 @@ enum e_hat_effects {
HAT_EF_WHITEBODY,
HAT_EF_WATER_BELOW2,
HAT_EF_FIREWORK,
HAT_EF_RETURN_TW_1ST_HAT,
HAT_EF_C_FLUTTERBUTTERFLY_BL,
HAT_EF_QSCARABA,
HAT_EF_MAX
};

View File

@ -5990,6 +5990,9 @@
export_constant(HAT_EF_WHITEBODY);
export_constant(HAT_EF_WATER_BELOW2);
export_constant(HAT_EF_FIREWORK);
export_constant(HAT_EF_RETURN_TW_1ST_HAT);
export_constant(HAT_EF_C_FLUTTERBUTTERFLY_BL);
export_constant(HAT_EF_QSCARABA);
#undef export_constant
#undef export_constant2