diff options
author | Micksha <ms-shaman@gmx.de> | 2019-01-19 07:53:00 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-01-19 07:53:00 +0000 |
commit | bcd6db3725b6aeaa09a66d7f714a5da8fd7e14e2 (patch) | |
tree | 5bffc1ba3456b016c3a5c4bd25d6b59a2945bfb5 /npc/001-1/manhole.txt | |
parent | 28fdcc18ff9c80fea20414482ecc7c74fd0bf9cf (diff) | |
parent | 8d3100964c4c6624294f03c8d3effb6c377a5975 (diff) | |
download | serverdata-s20190123.tar.gz serverdata-s20190123.tar.bz2 serverdata-s20190123.tar.xz serverdata-s20190123.zip |
Merge branch 'knife' into 'master's20190123
Knife - change equip level from 15 --> 1
See merge request evol/serverdata!144
Diffstat (limited to 'npc/001-1/manhole.txt')
-rw-r--r-- | npc/001-1/manhole.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/001-1/manhole.txt b/npc/001-1/manhole.txt index 77616cf1..6637819d 100644 --- a/npc/001-1/manhole.txt +++ b/npc/001-1/manhole.txt @@ -24,6 +24,20 @@ if (askyesno() == 1) slide_or_warp("001-3-0", 152, 56); close; +OnTouch: + // (has_instance2 wasn't checked if it works) + if (getq(ArtisQuests_MonaDad) == 2 && has_instance2("mona@"+strcharinfo(0)) >= 0) { + mesn l("Mundane"); + mesq l("Thanks for saving me. This is enough, I'll watch if Mona is fine and return to Sewers later."); + next; + inventoryplace WoodenBow, 1; + mesn l("Mundane"); + mesq lg("Here, take this @@ as a gift. I'm sure someone as skilled you will make a good use of my old weapon.", "Here, take this @@ as a gift. I'm sure someone as skilled you will make a good use of my old weapon.", getitemlink(WoodenBow)); + getitem WoodenBow, 1; + setq(ArtisQuests_MonaDad, 3); + } + end; + OnInit: .sex = G_OTHER; .distance = 1; |