summaryrefslogtreecommitdiffstats
path: root/scripts/DwarfNPC.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/DwarfNPC.gd')
-rw-r--r--scripts/DwarfNPC.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/DwarfNPC.gd b/scripts/DwarfNPC.gd
index 178179a..8fa7b24 100644
--- a/scripts/DwarfNPC.gd
+++ b/scripts/DwarfNPC.gd
@@ -23,4 +23,5 @@ func _process(_delta):
$Sprite.set_scale(Vector2(dir, 1))
func get_dialogue():
- return [{ "name": "Dwarf", "body": "Hello, I'm a dwarf." }]
+ return [{ "name": "Dwarf", "body": "Hello, I'm a dwarf." },
+ { "name": "Dwarf", "body": "How's it going?" }]