diff options
-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) |