From 04479b68bddcab9f18a00b284364ef5cfa88d7fc Mon Sep 17 00:00:00 2001 From: Biscuit Boy Date: Thu, 12 Oct 2017 15:30:04 +1100 Subject: [PATCH] Fixed Bed not showing up when waking up Fixed the bed not showing up when waking up in a Inn --- scripts/chai/CmnDef/CmnDefInnBed.chai | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/chai/CmnDef/CmnDefInnBed.chai b/scripts/chai/CmnDef/CmnDefInnBed.chai index 4ea1ba9c..64b72573 100644 --- a/scripts/chai/CmnDef/CmnDefInnBed.chai +++ b/scripts/chai/CmnDef/CmnDefInnBed.chai @@ -40,7 +40,7 @@ class CmnDefInnBedDef def Scene00100( player ) //Wake up { - player.eventPlay( this.id, 100, 0xF32E48F8/*flags*/, 0/*unk*/, 0/*unk*/, + player.eventPlay( this.id, 100, 0x800/*flags*/, 0/*unk*/, 0/*unk*/, fun( player, eventId, param1, param2, param3 ) { @@ -59,4 +59,4 @@ class CmnDefInnBedDef }; -GLOBAL CmnDefInnBed = CmnDefInnBedDef(); \ No newline at end of file +GLOBAL CmnDefInnBed = CmnDefInnBedDef();