Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Degrees of Lewdity Plus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Averall
Degrees of Lewdity Plus
Commits
b4786b85
Commit
b4786b85
authored
1 year ago
by
Andrest07
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix
parent
77aca33e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/overworld-town/loc-school/maths-project.twee
+6
-1
6 additions, 1 deletion
game/overworld-town/loc-school/maths-project.twee
with
6 additions
and
1 deletion
game/overworld-town/loc-school/maths-project.twee
+
6
−
1
View file @
b4786b85
...
...
@@ -65,7 +65,6 @@ You have <span class="gold">$mathsinfo</span> insights.
<br>
<</if>>
<br>
<<set _chair to Furniture.get('chair')>>
<<icon "projectMaths.png">><<link [["Work on solution (" + _timeString + ")"|Maths Project Work]]>><<if $location is "home" and _chair.type.includes("comfy")>><<set $mathschance += 5>><<else>><<set $mathschance += 1>><</if>><<mathsskill 2>><<pass _finalTime>><<stress 12>><</link>><<gstress>><<gmaths>>
<br>
<<if $mathsstim gte 1 and playerIsPregnant() and playerAwareTheyArePregnant()>>
...
...
@@ -92,6 +91,9 @@ You have <span class="gold">$mathsinfo</span> insights.
<<effects>>
You sit down and get to work.
<<set _chair to Furniture.get('chair')>>
<<if _chair is undefined or _chair is null>>
<<set _chair to Furniture.get('chair','chair')>>
<</if>>
<<if $location is "home" and _chair.type.includes("comfy")>>
Your <span class="green">comfortable</span> chair makes it easier to concentrate on the project.
<<else>>
...
...
@@ -231,6 +233,9 @@ You sit down and get to work.
<<effects>>
You take the stimulant, sit down, and get to work.
<<set _chair to Furniture.get('chair')>>
<<if _chair is undefined or _chair is null>>
<<set _chair to Furniture.get('chair','chair')>>
<</if>>
<<if $location is "home" and _chair.type.includes("comfy")>>
Between the drugs and your <span class="green">comfortable</span> chair, it's easier than ever to concentrate on the project.
<<else>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment