Spaces:
PickMyNick
/
No application file

PickMyNick commited on
Commit
cac5427
·
verified ·
1 Parent(s): d6fa2d1

fixes robot

Browse files
Files changed (1) hide show
  1. cubzh.lua +9 -8
cubzh.lua CHANGED
@@ -277,14 +277,15 @@ local NPCs = {
277
  },
278
  --]]
279
  {
280
- name = "npcscientist",
281
- physicalDescription = "A small sphere with a computer screen for a face",
282
- psychologicalProfile = "Designed to be helpful to any human it interacts with, this robot viscerally hates squirrels.",
283
- currentLocationName = "Scientist Island",
284
- initialReflections = {
285
- "This NPC is a robot that punctuates all of its answers with electronic noises - as any android would!",
286
- "This robot likes to follow baker in any case it's near him or the player - in the same time"
287
- }
 
288
  },
289
  {
290
  name = "npcbaker",
 
277
  },
278
  --]]
279
  {
280
+ name = "npcscientist",
281
+ gameName = "Robot",
282
+ physicalDescription = "A small sphere with a computer screen for a face",
283
+ psychologicalProfile = "Designed to be helpful to any human it interacts with, this robot viscerally hates squirrels.",
284
+ currentLocationName = "Scientist Island",
285
+ initialReflections = {
286
+ "This NPC is a robot that punctuates all of its answers with electronic noises - as any android would!",
287
+ "This robot likes to follow baker in any case it's near him or the player - in the same time",
288
+ },
289
  },
290
  {
291
  name = "npcbaker",