Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Degrees_Of_Pedity
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
Container Registry
Model registry
Operate
Environments
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
Pedy
Degrees_Of_Pedity
Commits
cc8f1642
Commit
cc8f1642
authored
6 years ago
by
Pedy
Browse files
Options
Downloads
Patches
Plain Diff
Fix, changed watch to be in test mode
parent
8c1c517e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_watch.bat
+2
-2
2 additions, 2 deletions
_watch.bat
src/widgets/widgets_npc.tw
+1
-4
1 addition, 4 deletions
src/widgets/widgets_npc.tw
with
3 additions
and
6 deletions
_watch.bat
+
2
−
2
View file @
cc8f1642
...
...
@@ -6,9 +6,9 @@ pushd %~dp0
:: Run the appropriate compiler for the user's CPU architecture.
if
%PROCESSOR_ARCHITECTURE%
==
AMD64
(
CALL
"
%~dp0
devTools\tweeGo\tweego_win64.exe"
-w -s
"Init"
-o
"
%~dp0
Degrees_of_Lewdity_mod.html"
"
%~dp0
src"
CALL
"
%~dp0
devTools\tweeGo\tweego_win64.exe"
-t
-w -s
"Init"
-o
"
%~dp0
Degrees_of_Lewdity_mod.html"
"
%~dp0
src"
)
else
(
CALL
"
%~dp0
devTools\tweeGo\tweego_win86.exe"
-w -s
"Init"
-o
"
%~dp0
Degrees_of_Lewdity_mod.html"
"
%~dp0
src"
CALL
"
%~dp0
devTools\tweeGo\tweego_win86.exe"
-t
-w -s
"Init"
-o
"
%~dp0
Degrees_of_Lewdity_mod.html"
"
%~dp0
src"
)
popd
...
...
This diff is collapsed.
Click to expand it.
src/widgets/widgets_npc.tw
+
1
−
4
View file @
cc8f1642
:: Widgets NPC Generation [widget]
<<widget "generate1">><<nobr>>
...
...
@@ -174,7 +173,6 @@
<<set $rng to random(1, 100)>>
<<if $genderdisable is "m">>
<<if $malechance lt $rng>>
<<set $gender6 to "f">><<set $pronoun6 to "f">>
<<else>>
...
...
@@ -2065,5 +2063,4 @@
<</if>>
<</if>>
<</nobr>><</widget>>
<</nobr>><</widget>>
\ No newline at end of file
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