diff --git a/_watch.bat b/_watch.bat
index 2c26164b05826d27aec06b4371460d0f5bb8ffcd..7eb28316b6d3971416a0e3e273e21efa9fa5b3d1 100644
--- a/_watch.bat
+++ b/_watch.bat
@@ -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
diff --git a/src/widgets/widgets_npc.tw b/src/widgets/widgets_npc.tw
index d97cf6779b10ee0aa983cd3f30982187f7d783e6..a2b9fc981231593747a94ffeb7828dbc6ac799b6 100644
--- a/src/widgets/widgets_npc.tw
+++ b/src/widgets/widgets_npc.tw
@@ -1,4 +1,3 @@
-
 :: 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