feat: add playable generated dialogue mode

This commit is contained in:
Rijad Zuzo
2026-08-12 21:16:15 +02:00
parent 6b50580598
commit f8734422a0
11 changed files with 1012 additions and 8 deletions
+1
View File
@@ -7,6 +7,7 @@ const KIND_PANTRY := &"pantry"
const KIND_STORAGE_DEPOSIT := &"storage_deposit"
const KIND_GUARD := &"guard"
const KIND_STUDY := &"study"
const KIND_DIALOGUE := &"dialogue"
var kind: StringName
var action_id: StringName