From 7678192f2f2a30cdac58a822affe9878d8e6c4c4 Mon Sep 17 00:00:00 2001
From: IndexIsDumb <indexdol454@gmail.com>
Date: Sun, 28 Apr 2024 19:24:11 +0000
Subject: [PATCH] Alex Farm Intro 8 Addition

---
 game/overworld-plains/loc-farm/main.twee | 30 ++++++++++++++++++++----
 1 file changed, 26 insertions(+), 4 deletions(-)

diff --git a/game/overworld-plains/loc-farm/main.twee b/game/overworld-plains/loc-farm/main.twee
index 3c88c3f629..4d74cc0b68 100644
--- a/game/overworld-plains/loc-farm/main.twee
+++ b/game/overworld-plains/loc-farm/main.twee
@@ -328,6 +328,19 @@ Alex hauls <<himself>> over a fence with one arm, onto a field beyond. It's line
 <br>
 <<link [[Say you live in town|Farm Intro 9]]>><<set $phase to 1>><</link>>
 <br>
+<<if $syndromewolves gte 1>>
+	<<link [[Say you live in a cave|Farm Intro 9]]>><<set $phase to 3>><</link>>
+<</if>>
+<br>
+<<if $syndromebird gte 1>>
+	<<link [[Say you live in a tower|Farm Intro 9]]>><<set $phase to 4>><</link>>
+<</if>>
+<<if $syndromeeden gte 1>>
+	<<link [[Say you live in the woods|Farm Intro 9]]>><<set $phase to 5>><</link>>
+<</if>>
+<<if $temple_rank is "monk" or $temple_rank is "priest">>
+	<<link [[Say you live at the temple|Farm Intro 9]]>><<set $phase to 6>><</link>>
+<</if>>
 <<link [[Refuse to say|Farm Intro 9]]>><<set $phase to 2>><</link>>
 <br>
 
@@ -337,14 +350,23 @@ Alex hauls <<himself>> over a fence with one arm, onto a field beyond. It's line
 
 
 <<if $phase is 0>>
-	Alex looks uncomfortable. "I'm sorry," <<he>> says. "I imagine you have school and stuff? You can work whenever you like between dawn and dusk. I'll pay you <<printmoney 1500>> an hour."
+	Alex looks uncomfortable. "I'm sorry," <<he>> says. 
 <<elseif $phase is 1>>
-	"I thought so," Alex says. "I imagine you have school and stuff? You can work whenever you like between dawn and dusk. I'll pay you <<printmoney 1500>> an hour."
+	"I thought so," Alex says. 
+<<elseif $phase is 3>>
+	Alex stares at you for a moment. “I see you like pulling my leg, but I won’t pry,” <<he>> chuckles. “I can tell you’re from town still."
+<<elseif $phase is 4>>
+	“Fan of the old tales around here?” Alex smirks. “Tell the ol' bird up there to stop eating the livestock for me then?” <<He>> smiles. “I can imagine you still live in town.”
+<<elseif $phase is 5>>
+	“Looks like you haven’t gotten your hands that dirty though, “ <<he>> teases. “You got townie written all over you.”
+<<elseif $phase is 6>> 
+	“Didn’t think a clergy member would be willing to get <<pher>> hands dirty.” Alex smiles. “Guessing you are from town then.” 
 <<else>>
-	"That's okay," Alex smiles. "I can tell you're from town though. I imagine you have school and stuff. You can work whenever you like between dawn and dusk. I'll pay you <<printmoney 1500>> an hour."
+	"That's okay," Alex smiles. "I can tell you're from town though."
 <</if>>
 <br><br>
-
+"I imagine you have school and stuff? You can work whenever you like between dawn and dusk. I'll pay you <<printmoney 1500>> an hour."
+<br><br>
 "I'd pay more," <<he>> continues. "But the farm is just breaking even. I'm hoping that'll change with your help. I'm not gonna lie though. It's hard work.<<if playerBellyVisible()>> I don't want you pushing yourself over this, got it? If you show up and put in the effort, you'll get paid all the same.<</if>>"
 <br><br>
 
-- 
GitLab