diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index 52c15ccc284b428f718acfe7e82a985048ff6412..f5956989833072c5600dcac56c59e0f754675d62 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -37,6 +37,7 @@ <<if $slaves.includes(null)>> <br><br>@@.red;ERROR: Main slaves array contains a null entry! Please report this.@@ <<link "Repair">><<set $slaves.delete(null)>><</link>><<goto "Main">><br><br> <</if>> +<span id="NaNArray"> <<if ndef $NaNArray>> <<set $NaNArray = findNaN()>> <</if>> @@ -47,7 +48,9 @@ $NaNArray[_main] <br> <<set _main++>> <</for>><br> + <<link "Hide NaN variables until next week">><<replace #NaNArray>><<set $NaNArray = []>><</replace>><</link>> <</if>> +</span> /* end extra sanity checks and repair */ <<set _duplicateSlaves = _($slaves).countBy(s => s.ID).pickBy(v => v > 1).keys().map(v => Number(v)).value()>> diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw index d3d0d9af1e464a45f09b76d5af569a6d1267fbbf..d0bc70b061150f0936bdb13fa83b8edfe0f7831d 100644 --- a/src/utility/assayWidgets.tw +++ b/src/utility/assayWidgets.tw @@ -960,7 +960,7 @@ <</if>> <<if ($args[0].boobsImplant == 0) && ($args[0].buttImplant == 0) && ($args[0].waist >= -95) && ($args[0].lipsImplant == 0) && ($args[0].faceImplant < 30) && ($args[0].bellyImplant == -1) && (Math.abs($args[0].shouldersImplant) < 2) && (Math.abs($args[0].hipsImplant) < 2)>> - <<if def $pure>><<set $pure += 1>><</if>> + <<if def $pure>><<set $pure += 1>><<else>><<set $pure = 1>><</if>> <<if $arcologies[0].FSBodyPurist != "unset">> <<set $beauty += ($arcologies[0].FSBodyPurist/5)>> <</if>>