changes name of puppy shuffling option

This commit is contained in:
duncathan 2021-01-28 22:07:11 -06:00
parent 10bfd01bac
commit 0a12d846c5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ return { style = 'dialog',
}
},
{ type = 'label', text = 'Randomization Options', minheight = 32 },
{ type = 'check', value = false, id = 'puppy', text = "Puppysanity", minheight = 27 },
{ type = 'check', value = false, id = 'puppy', text = "Puppies outside Sand Zone", minheight = 27 },
{ flow = 'x', height = 32,
{ type = 'check', value = false, id = 'seqbreak', text = "Sequence breaks", minheight = 32, width = 170},
{ type = 'button', style = 'dialogButton', text = "Modify", id = 'seqButton', width = 70, align = 'center' },