From 0a12d846c5d3195f87400bd9cf3b8bdf5d69082e Mon Sep 17 00:00:00 2001 From: duncathan Date: Thu, 28 Jan 2021 22:07:11 -0600 Subject: [PATCH] changes name of puppy shuffling option --- src/ui/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/settings.lua b/src/ui/settings.lua index 97a2180..286e2ac 100644 --- a/src/ui/settings.lua +++ b/src/ui/settings.lua @@ -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' },