Skip to content
Snippets Groups Projects
Commit cc8f1642 authored by Pedy's avatar Pedy
Browse files

Fix, changed watch to be in test mode

parent 8c1c517e
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ pushd %~dp0
:: Run the appropriate compiler for the user's CPU architecture.
if %PROCESSOR_ARCHITECTURE% == AMD64 (
CALL "%~dp0devTools\tweeGo\tweego_win64.exe" -w -s "Init" -o "%~dp0Degrees_of_Lewdity_mod.html" "%~dp0src"
CALL "%~dp0devTools\tweeGo\tweego_win64.exe" -t -w -s "Init" -o "%~dp0Degrees_of_Lewdity_mod.html" "%~dp0src"
) else (
CALL "%~dp0devTools\tweeGo\tweego_win86.exe" -w -s "Init" -o "%~dp0Degrees_of_Lewdity_mod.html" "%~dp0src"
CALL "%~dp0devTools\tweeGo\tweego_win86.exe" -t -w -s "Init" -o "%~dp0Degrees_of_Lewdity_mod.html" "%~dp0src"
)
popd
......
:: 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment