diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-02 03:05:32 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-02 03:05:32 +0100 |
commit | 28559e85b7863458529d527c1e3ea3c1b81177ce (patch) | |
tree | c9c7418a904439d573a8c818cc5b635b54211dea | |
parent | 0519c5aee14a829bafe5861cafdf20d0c7a9ebd8 (diff) |
launch beescroll
-rw-r--r-- | beescroll.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beescroll.lua b/beescroll.lua index e62ce82..547aa11 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -92,7 +92,7 @@ while true do choice{colors.lime, colors.lightBlue, colors.pink}, choice(verbs), norm_color, " in ", - choice{colors.orange, colors.yellow, colors.purple} + choice{colors.orange, colors.yellow, colors.purple}, choice(cities), norm_color, "."}) os.sleep(1) |