diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/00000SAVE/020-1_well.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/00000SAVE/020-1_well.txt b/npc/00000SAVE/020-1_well.txt index 1a138d35f..aba0e39b8 100644 --- a/npc/00000SAVE/020-1_well.txt +++ b/npc/00000SAVE/020-1_well.txt @@ -1,5 +1,8 @@ // Better to skip this quest. It is too poor and would require more work, // eg. rope and something to make the player take part on it... Probably? +// TODO: We could also throw random stuff (dig script), and use makeitem() to +// make it pop at Terranite Cave, near the lake, suggesting that's where the water +// comes from. 020-1,99,83,0 script #Well NPC400,{ if(QL_WELL == 2) goto L_Finished; |