Removing requirement that priority be an integer
This commit is contained in:
@ -55,7 +55,7 @@ StoryManager.storylets["Conversation"] = {
|
||||
let storylet = {
|
||||
passage: "Conversation",
|
||||
description: "Talk to " + character.name,
|
||||
priority: 0,
|
||||
priority: 1,
|
||||
character: character
|
||||
|
||||
}
|
||||
@ -91,7 +91,7 @@ StoryManager.storylets["Conversation topic"] = {
|
||||
storylets.push({
|
||||
passage: "Conversation topic",
|
||||
description: "Talk about " + topic,
|
||||
priority: 0,
|
||||
priority: 1,
|
||||
topic: topic
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user