Added 2 new hat effects

Thanks to @RagnarokNova
This commit is contained in:
Lemongrass3110 2017-11-28 23:15:00 +01:00
parent 664ea47891
commit c5af8c76e3
2 changed files with 4 additions and 0 deletions

View File

@ -1863,6 +1863,8 @@ enum e_hat_effects {
HAT_EF_RETURN_TW_1ST_HAT,
HAT_EF_C_FLUTTERBUTTERFLY_BL,
HAT_EF_QSCARABA,
HAT_EF_FSTONE,
HAT_EF_MAGICCIRCLE,
HAT_EF_MAX
};

View File

@ -6096,6 +6096,8 @@
export_constant(HAT_EF_RETURN_TW_1ST_HAT);
export_constant(HAT_EF_C_FLUTTERBUTTERFLY_BL);
export_constant(HAT_EF_QSCARABA);
export_constant(HAT_EF_FSTONE);
export_constant(HAT_EF_MAGICCIRCLE);
#undef export_constant
#undef export_constant2