버그 수정, 사령부 UI 복구
This commit is contained in:
+11
-1
@@ -327,4 +327,14 @@ function nl2br(text){
|
||||
function br2nl (text) {
|
||||
return text.replace(/<\s*\/?br\s*[\/]?>/gi, '\n');
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
function getNpcColor(npcType){
|
||||
if(npcType >= 2){
|
||||
return 'cyan';
|
||||
}
|
||||
if(npcType == 1){
|
||||
return 'skyblue';
|
||||
}
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user