Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
xjyribro committed Feb 28, 2024
1 parent ff165a9 commit e08a142
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/game/npcs/friend.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ class Friend extends Npc with HasGameReference<GomilandGame> {

DialogueControllerComponent dialogueControllerComponent =
game.dialogueControllerComponent;
YarnProject yarnProject = YarnProject();

yarnProject.strictCharacterNames = false;
YarnProject yarnProject = YarnProject()..strictCharacterNames = false;

yarnProject
..variables
Expand Down

0 comments on commit e08a142

Please sign in to comment.