From d22426299313c3dc13e406b0f966df2b90e6b6ad Mon Sep 17 00:00:00 2001 From: BlueMuffin <bluemuffinuwu@gmail.com> Date: Wed, 8 Jan 2025 01:58:49 -0800 Subject: [PATCH 1/3] small cafe fix --- game/overworld-town/loc-cafe/chef.twee | 2 +- game/overworld-town/loc-street/cliff.twee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game/overworld-town/loc-cafe/chef.twee b/game/overworld-town/loc-cafe/chef.twee index ff8968ff65..2234459e7c 100644 --- a/game/overworld-town/loc-cafe/chef.twee +++ b/game/overworld-town/loc-cafe/chef.twee @@ -1739,7 +1739,7 @@ You turn your back on the <<person>>, and walk away. <<He>> doesn't stop you. You put the dough in the oven. Sam comes in again. "Thank you for making the coffee on such short notice. They seemed to love your recipe. Were you able to make the milk even better somehow?" <<gsuspicion>> <br><br> - "Ah, sorry for asking into your secrets. Here, this is for your great work." <<He>> hands you <<money 5000 "cafeChef">><<printmoney 5000>>. "I won't keep you any longer," <<he>> says as <<he>> leaves. + "Ah, sorry for asking into your secrets. Here, this is for your great work." <<He>> hands you <<money 15000 "cafeChef">><<printmoney 15000>>. "I won't keep you any longer," <<he>> says as <<he>> leaves. <br><br> <<elseif $phase is 4>> diff --git a/game/overworld-town/loc-street/cliff.twee b/game/overworld-town/loc-street/cliff.twee index 6d53457da4..b0cf4c1040 100644 --- a/game/overworld-town/loc-street/cliff.twee +++ b/game/overworld-town/loc-street/cliff.twee @@ -276,9 +276,9 @@ The commotion starts immediately. You hear gasps and shouts and cheers from the :: Cliff Challenge 2 <<effects>> -<<if $chef_rework isnot undefined>> +<<if $chef_rework > 0>> Behind you, jeers are coming from the construction workers. You turn around and see that work has stopped, and all the workers are leering at your naked body. -<<else>> + <<elseif ($chef_state is 9 or $chef_rework is undefined) and $openinghours is 1>> You turn and see that the entire cafe is staring at you, including a shocked-looking Sam. Several customers have gotten closer to the window to get a better look at your naked body. <</if>> -- GitLab From 62d406838c37f58c1eb204d12b5261b2059d2e97 Mon Sep 17 00:00:00 2001 From: BlueMuffin <bluemuffinuwu@gmail.com> Date: Wed, 8 Jan 2025 02:52:44 -0800 Subject: [PATCH 2/3] add a line for opening event situation --- game/overworld-town/loc-street/cliff.twee | 26 +++++++++++------------ 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/game/overworld-town/loc-street/cliff.twee b/game/overworld-town/loc-street/cliff.twee index b0cf4c1040..cb00f6e749 100644 --- a/game/overworld-town/loc-street/cliff.twee +++ b/game/overworld-town/loc-street/cliff.twee @@ -236,14 +236,12 @@ There's a path leading down to the beach. :: Cliff Challenge <<effects>> -<<if $chef_rework isnot undefined>> - +<<if $chef_rework > 0>> The cafe is currently being renovated, and the site is covered in construction workers. - -<<else>> - +<<elseif ($chef_state is 9 or $chef_rework is undefined) and $openinghours is 1>> The cafe is full, with a line reaching out the door. - +<<elseif $chef_state is 8 and Time.dayState is "dusk">> + Guests for the opening event are chatting outside the cafe. <</if>> People are going about their business, to and from the beach. @@ -253,13 +251,13 @@ The note said to start at the cafe, but you need to find somewhere to put your c <br><br> <<if hasSexStat("exhibitionism", 3)>> - <<link [[Strip|Cliff Challenge Strip]]>><</link>><<exhibitionist3>> - <br> - <<else>> - <<insufficientStat "exhibitionism" "to do this">> - <br> - <</if>> - <<link [[Leave|Cliff Street]]>><</link>> + <<link [[Strip|Cliff Challenge Strip]]>><</link>><<exhibitionist3>> + <br> +<<else>> + <<insufficientStat "exhibitionism" "to do this">> + <br> +<</if>> +<<link [[Leave|Cliff Street]]>><</link>> :: Cliff Challenge Strip <<set $challengetimer to 10>> @@ -278,7 +276,7 @@ The commotion starts immediately. You hear gasps and shouts and cheers from the <<if $chef_rework > 0>> Behind you, jeers are coming from the construction workers. You turn around and see that work has stopped, and all the workers are leering at your naked body. - <<elseif ($chef_state is 9 or $chef_rework is undefined) and $openinghours is 1>> +<<elseif ($chef_state is 9 or $chef_rework is undefined) and $openinghours is 1>> You turn and see that the entire cafe is staring at you, including a shocked-looking Sam. Several customers have gotten closer to the window to get a better look at your naked body. <</if>> -- GitLab From 06c493c537831964f5d93d6fe423d5a6199d11f7 Mon Sep 17 00:00:00 2001 From: BlueMuffin <bluemuffinuwu@gmail.com> Date: Wed, 8 Jan 2025 17:43:49 -0800 Subject: [PATCH 3/3] tidy up a bit --- game/overworld-town/loc-street/cliff.twee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/overworld-town/loc-street/cliff.twee b/game/overworld-town/loc-street/cliff.twee index cb00f6e749..59881d9542 100644 --- a/game/overworld-town/loc-street/cliff.twee +++ b/game/overworld-town/loc-street/cliff.twee @@ -236,7 +236,7 @@ There's a path leading down to the beach. :: Cliff Challenge <<effects>> -<<if $chef_rework > 0>> +<<if $chef_rework>> The cafe is currently being renovated, and the site is covered in construction workers. <<elseif ($chef_state is 9 or $chef_rework is undefined) and $openinghours is 1>> The cafe is full, with a line reaching out the door. @@ -274,7 +274,7 @@ The commotion starts immediately. You hear gasps and shouts and cheers from the :: Cliff Challenge 2 <<effects>> -<<if $chef_rework > 0>> +<<if $chef_rework>> Behind you, jeers are coming from the construction workers. You turn around and see that work has stopped, and all the workers are leering at your naked body. <<elseif ($chef_state is 9 or $chef_rework is undefined) and $openinghours is 1>> You turn and see that the entire cafe is staring at you, including a shocked-looking Sam. Several customers have gotten closer to the window to get a better look at your naked body. -- GitLab