This commit is contained in:
parent
054785f9de
commit
2b0cc7e99a
Binary file not shown.
Binary file not shown.
@ -38,7 +38,7 @@ void CNpcKrustyFriend::postInit()
|
||||
{
|
||||
switch( CLevel::getCurrentChapter() )
|
||||
{
|
||||
case 4:
|
||||
case 3:
|
||||
{
|
||||
m_conversation = SCRIPTS_CH4L3_01_DAT;
|
||||
break;
|
||||
@ -68,7 +68,7 @@ void CNpcKrustyFriend::startConderversation()
|
||||
|
||||
switch( CLevel::getCurrentChapter() )
|
||||
{
|
||||
case 4:
|
||||
case 3:
|
||||
{
|
||||
if ( m_conversation == SCRIPTS_CH4L3_01_DAT )
|
||||
{
|
||||
|
@ -847,6 +847,8 @@ void CConversation::registerConversationLevelScripts(int level)
|
||||
{
|
||||
case 1:
|
||||
{
|
||||
CConversation::registerConversationScript(SCRIPTS_CH4L3_01_DAT);
|
||||
CConversation::registerConversationScript(SCRIPTS_CH4L3_02_DAT);
|
||||
CConversation::registerConversationScript(SCRIPTS_C3L1_CELEBRATE_DAT);
|
||||
break;
|
||||
}
|
||||
@ -897,8 +899,6 @@ void CConversation::registerConversationLevelScripts(int level)
|
||||
|
||||
case 3:
|
||||
{
|
||||
CConversation::registerConversationScript(SCRIPTS_CH4L3_01_DAT);
|
||||
CConversation::registerConversationScript(SCRIPTS_CH4L3_02_DAT);
|
||||
CConversation::registerConversationScript(SCRIPTS_C4L3_CELEBRATE_DAT);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user