diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw index 70d5a5cb14c65e82d1616882d7564fe6a1c9bb1f..98fb20842207b16c4b8b143ec3d4320c739c606e 100644 --- a/src/uncategorized/options.tw +++ b/src/uncategorized/options.tw @@ -883,7 +883,6 @@ This save was created using FC version $ver build $releaseID. </td> </tr> - </tr> </table> <</if>> /* closes SecExp check*/ </div> @@ -987,10 +986,10 @@ This save was created using FC version $ver build $releaseID. <br> <<link "Add slaves" "Options">> /*Will work to a limited degree, minimums and maximums for slaves are set through population*/ - <<set $NPCSlaves = Math.max($NPCSlaves + 200, 0>> + <<set $NPCSlaves = Math.max($NPCSlaves + 200, 0)>> <</link>> | <<link "Remove slaves" "Options">> /*Will work to a limited degree*/ - <<set $NPCSlaves = Math.max($NPCSlaves - 200, 0>> + <<set $NPCSlaves = Math.max($NPCSlaves - 200, 0)>> <</link>> %/