Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
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
macaronideath
fc-pregmod
Commits
a12bfe33
Commit
a12bfe33
authored
5 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
working loop
parent
e18303a1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/init/storyInit.tw
+3
-4
3 additions, 4 deletions
src/init/storyInit.tw
with
3 additions
and
4 deletions
src/init/storyInit.tw
+
3
−
4
View file @
a12bfe33
...
...
@@ -12,12 +12,10 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Set up the game as politely as possible */
/* Set up the game as politely as possible
. If values are already set, they are preserved.
*/
<<run App.Update.setNonexistantProperties(V, App.Data.defaultGameStateVariables)>>
/* These variables must be created AND set to default values NG+ or not */
/*<<run V.assign(App.Data.resetOnNGPlus)>>*/
<<set _NG = App.Data.resetOnNGPlus>>
/* These variables must be created AND set to default values, NG+ or not */
<script>
for (let variable in App.Data.resetOnNGPlus) {
V[variable] = App.Data.resetOnNGPlus[variable];
...
...
@@ -108,6 +106,7 @@ for (let variable in App.Data.resetOnNGPlus) {
<</if>>
/* Porn star counts (prestige 1) and ID's (prestige 3) */
<<set $pornStars = {}>>
<<for _genre range App.Porn.getAllGenres()>>
<<set $pornStars[_genre.fameVar] = { p1count: 0, p3ID: 0 }>>
<</for>>
...
...
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