Skip to content

Commit

Permalink
call the entry function in the NestDestroyed state of the monster nest
Browse files Browse the repository at this point in the history
  • Loading branch information
Aelto committed Jul 25, 2021
1 parent 7d3d26c commit 7beabc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/nest/states/nest_destroyed.ws
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ state NestDestroyed in RER_MonsterNest {
parent.StopAllEffects();
parent.encounter.EnableEncounter( false );


this.NestDestroyed_main();
}

entry function NestDestroyed_main() {
Expand Down

0 comments on commit 7beabc3

Please sign in to comment.