소스 검색

Fix issue #1752
- NPC should give the Bioetics skill when changing to Creator

Atemo 8 년 전
부모
커밋
222ee49802
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      npc/jobs/2-2a/Creator.txt

+ 2 - 0
npc/jobs/2-2a/Creator.txt

@@ -111,6 +111,8 @@ valkyrie,53,50,3	script	Biochemist#Valkyrie	122,{
 			close;
 			close;
 		}
 		}
 		jobchange Job_Creator;
 		jobchange Job_Creator;
+		if (bioeth == 13)
+			skill "AM_BIOETHICS",1,SKILL_PERM;
 		set ADVJOB,0;
 		set ADVJOB,0;
 		mes "[Biochemist]";
 		mes "[Biochemist]";
 		mes "Congratulations!";
 		mes "Congratulations!";