of course this is the one bool with inconsistent naming
This commit is contained in:
parent
a6d8ff8ee7
commit
b13e48904c
@ -50,7 +50,7 @@ export const saveDialogueController: RequestHandler = async (req, res) => {
|
||||
//dialogue.QueuedDialogues = request.QueuedDialogues;
|
||||
for (const bool of request.Booleans) {
|
||||
dialogue.Booleans.push(bool);
|
||||
if (bool == "FlareShawzin") {
|
||||
if (bool == "LizzieShawzin") {
|
||||
await addEmailItem(inventory, "/Lotus/Types/Items/EmailItems/LizzieShawzinSkinEmailItem");
|
||||
inventoryChanges.EmailItems = [
|
||||
{ ItemType: "/Lotus/Types/Items/EmailItems/LizzieShawzinSkinEmailItem", ItemCount: 1 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user