blob: c7ba546df6cb26e61d93246b58024484872d2beb (
plain)
1
2
3
4
5
6
7
|
#include "ActorBehavior.h"
// This accounts for both EnGg and EnGg2, both of which act as Darmani's ghost.
void Rando::ActorBehavior::InitEnGgBehavior() {
COND_VB_SHOULD(VB_CONSIDER_DARMANI_HEALED, IS_RANDO,
{ *should = RANDO_SAVE_CHECKS[RC_GORON_GRAVEYARD_DARMANI].cycleObtained; });
}
|