Skip to content

Commit

Permalink
Updated CitizenAlienScript.cs to fix passive bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenlin1101 authored Apr 9, 2024
1 parent efca7d4 commit 5e8cdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cast_Away/Assets/Scripts/Aliens/CitizenAlienScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public CitizenAlienScript() {
acts.Add(new Move("Flatter", 40, "Emotional", $"You wink at {Species} and tell him he looks like a million bucks", $"{Species}: In this economy??? Stopppp ;)", $"{Species}: Uhhh.... I have a boyfriend..."));
this.order = new string[3];
this.order[0] = "Flatter";
this.order[1] = "Discuss Taxes";
this.order[1] = "Talk Taxes";
this.order[2] = "Insult";
this.stage = 0;
}
Expand Down

0 comments on commit 5e8cdd3

Please sign in to comment.