Added new effect for Bravery Cape

This commit is contained in:
Ricardo Domingues
2026-01-03 20:25:20 +00:00
parent 6d0fe59d50
commit 117f1234b5
4 changed files with 7 additions and 2 deletions

View File

@@ -841,4 +841,5 @@ void initchrmgr()
PyModule_AddIntConstant(poModule, "EFFECT_HAPPINESS_RING_EQUIP", CInstanceBase::EFFECT_HAPPINESS_RING_EQUIP);
PyModule_AddIntConstant(poModule, "EFFECT_LOVE_PENDANT_EQUIP", CInstanceBase::EFFECT_LOVE_PENDANT_EQUIP);
PyModule_AddIntConstant(poModule, "EFFECT_AGGREGATE_MONSTER", CInstanceBase::EFFECT_AGGREGATE_MONSTER);
}