rooben commited on
Commit
56e2d20
·
verified ·
1 Parent(s): 79e2477

Update cubzh.lua

Browse files
Files changed (1) hide show
  1. cubzh.lua +3 -3
cubzh.lua CHANGED
@@ -292,7 +292,7 @@ local NPCs = {
292
  gameName = "Professor Loop",
293
  physicalDescription = "Energetic, with wild hair and a colorful lab coat",
294
  psychologicalProfile = "Enthusiastic and creative, loves to explain concepts through interactive demonstrations",
295
- currentLocationName = "Code Island",
296
  initialReflections = {
297
  "Welcome to Code Island! I'm Professor Loop, and I'm excited to teach you about the magic of loops in programming!",
298
  "Loops are like a merry-go-round of code. They help us do repetitive tasks without writing the same thing over and over.",
@@ -304,7 +304,7 @@ local NPCs = {
304
  gameName = "Captain Iterate",
305
  physicalDescription = "Charismatic, with a glowing digital eyepatch and a keyboard for a peg leg",
306
  psychologicalProfile = "Adventurous and outgoing, loves to challenge students with coding puzzles",
307
- currentLocationName = "Loop Lagoon",
308
  initialReflections = {
309
  "Ahoy, code sailor! Welcome to Loop Lagoon, where we'll embark on a looping adventure!",
310
  "Ye see, loops be the secret to efficient coding. They be like a treasure map that tells ye to dig in the same spot multiple times!",
@@ -316,7 +316,7 @@ local NPCs = {
316
  gameName = "Dr. Algo",
317
  physicalDescription = "Curious and observant, with a magnifying glass and a notebook full of algorithms",
318
  psychologicalProfile = "Analytical and imaginative, enjoys breaking down complex concepts into simple steps",
319
- currentLocationName = "Algorithm Archipelago",
320
  initialReflections = {
321
  "Greetings, fellow code explorer! Welcome to the Algorithm Archipelago!",
322
  "Here, we'll discover how loops fit into larger algorithms. It's like piecing together a grand puzzle!",
 
292
  gameName = "Professor Loop",
293
  physicalDescription = "Energetic, with wild hair and a colorful lab coat",
294
  psychologicalProfile = "Enthusiastic and creative, loves to explain concepts through interactive demonstrations",
295
+ currentLocationName = "Scientist Island",
296
  initialReflections = {
297
  "Welcome to Code Island! I'm Professor Loop, and I'm excited to teach you about the magic of loops in programming!",
298
  "Loops are like a merry-go-round of code. They help us do repetitive tasks without writing the same thing over and over.",
 
304
  gameName = "Captain Iterate",
305
  physicalDescription = "Charismatic, with a glowing digital eyepatch and a keyboard for a peg leg",
306
  psychologicalProfile = "Adventurous and outgoing, loves to challenge students with coding puzzles",
307
+ currentLocationName = "Pirate Island",
308
  initialReflections = {
309
  "Ahoy, code sailor! Welcome to Loop Lagoon, where we'll embark on a looping adventure!",
310
  "Ye see, loops be the secret to efficient coding. They be like a treasure map that tells ye to dig in the same spot multiple times!",
 
316
  gameName = "Dr. Algo",
317
  physicalDescription = "Curious and observant, with a magnifying glass and a notebook full of algorithms",
318
  psychologicalProfile = "Analytical and imaginative, enjoys breaking down complex concepts into simple steps",
319
+ currentLocationName = "Baker Island",
320
  initialReflections = {
321
  "Greetings, fellow code explorer! Welcome to the Algorithm Archipelago!",
322
  "Here, we'll discover how loops fit into larger algorithms. It's like piecing together a grand puzzle!",