Commit 4adee11 1 parent c159ee7 commit 4adee11 Copy full SHA for 4adee11
File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 8
8
//================================================================
9
9
/*:
10
10
* RS_MessageSystem.js
11
- * @plugindesc (v0.1.8 ) Hangul Message System <RS_MessageSystem>
11
+ * @plugindesc (v0.1.9 ) Hangul Message System <RS_MessageSystem>
12
12
* @author biud436
13
13
*
14
14
* @param Font Size
671
671
* ======================================================================================================
672
672
* Change Log
673
673
* =======================================================================================================
674
- * 2024.03.09 (v0.1.8 ) :
674
+ * 2024.03.09 (v0.1.9 ) :
675
675
* - Fixed readability issues with some code.
676
676
* 2024.01.16 (v0.1.7) :
677
677
* - fixed the issue that is not compatible with SRD_TranslationEngine.js
767
767
*/
768
768
/*:ko
769
769
* RS_MessageSystem.js
770
- * @plugindesc (v0.1.8 ) 한글 메시지 시스템 <RS_MessageSystem>
770
+ * @plugindesc (v0.1.9 ) 한글 메시지 시스템 <RS_MessageSystem>
771
771
* @author 러닝은빛(biud436)
772
772
*
773
773
* @param 글꼴 크기
1446
1446
* =============================================================================
1447
1447
* 버전 로그(Version Log)
1448
1448
* =============================================================================
1449
- * 2024.03.09 (v0.1.8 ) :
1450
- * - 선택지를 기본 스타일로 초기화 할 때 플래그로 사용하는 변수 -2를 상수화하여 가독성을 높였습니다 .
1449
+ * 2024.03.09 (v0.1.9 ) :
1450
+ * - fixed readability issues with some code .
1451
1451
* 2024.01.16 (v0.1.7) :
1452
1452
* - SRD_TranslationEngine 플러그인과 호환되지 않는 문제를 수정하였습니다.
1453
1453
* 2022.01.25 (v0.1.67) :
@@ -3981,7 +3981,9 @@ var Color = Color || {};
3981
3981
text = text . replace (
3982
3982
regGroup [ tcGroup . BALLOON ] ,
3983
3983
function ( ) {
3984
- var value = Number ( arguments [ 1 ] || - 2 ) ;
3984
+ var value = Number (
3985
+ arguments [ 1 ] || RS . MessageSystem . Params . RESET_DEFAULT_STYLE
3986
+ ) ;
3985
3987
if ( $gameParty . inBattle ( ) ) {
3986
3988
$gameMessage . setBalloon (
3987
3989
value < 0
You can’t perform that action at this time.
0 commit comments