diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-19 11:18:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-19 11:18:24 -0300 |
commit | ed1a6dc3b4f5882610fea6dd6d6246775a42b884 (patch) | |
tree | 40460e1a3ace657801832ef415b25f24a495dfe9 /npc | |
parent | a803a562fc555b1c27f45b39613abba5612c1c22 (diff) | |
download | serverdata-ed1a6dc3b4f5882610fea6dd6d6246775a42b884.tar.gz serverdata-ed1a6dc3b4f5882610fea6dd6d6246775a42b884.tar.bz2 serverdata-ed1a6dc3b4f5882610fea6dd6d6246775a42b884.tar.xz serverdata-ed1a6dc3b4f5882610fea6dd6d6246775a42b884.zip |
Skills attributed
Diffstat (limited to 'npc')
-rw-r--r-- | npc/023-3-2/logic.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/023-3-2/logic.txt b/npc/023-3-2/logic.txt index a2c54cd3c..fe49cc494 100644 --- a/npc/023-3-2/logic.txt +++ b/npc/023-3-2/logic.txt @@ -41,6 +41,7 @@ OnTouch: mesc l("Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for."); close; } + skill AM_CALLHOMUN, 1, 0; mesc l("You have collect enough evidence, it's time to leave and report."); setq1 FrostiaQuest_Homunculus, 4; setq1 General_Narrator, 16; @@ -122,6 +123,8 @@ L_BookRead: mesc "-- " + l("The Monster King."); if (!(.@q & .hcID)) { + skill AM_REST, 1, 0; + skill AM_RESURRECTHOMUN, 1, 0; setq3 FrostiaQuest_Homunculus, .@q|.hcID; } close; |