diff options
-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; |