Fixed dialog

This commit is contained in:
Atemo 2016-02-23 21:58:30 +01:00
parent c144febc30
commit a27a545332
2 changed files with 3 additions and 3 deletions

View File

@ -1064,7 +1064,7 @@ mora,132,184,5 script Mora Villager#sleep6 522,{
mora,133,184,1 script Mora Villager#sleep4 1790,{
mes "[Mora Villager]";
mes "Moan...";
end;
close;
}
mora,134,184,1 script Mora Villager#sleep3 516,{
@ -1082,7 +1082,7 @@ mora,132,183,7 script Mora Villager#sleep7 524,{
mora,133,183,7 script Mora Villager#sleep8 518,{
mes "[Mora Villager]";
mes "z Z";
end;
close;
}
mora,134,183,1 script Mora Villager#sleep9 522,{

View File

@ -829,7 +829,7 @@ OnTouch:
emotion e_omg,1;
mes "[" + strcharinfo(0) + "]";
mes "Oh my.. the frog transformed into a child...";
end;
close;
}
}
end;