diff options
Diffstat (limited to 'npc/001-11')
-rw-r--r-- | npc/001-11/Demure.txt | 2 | ||||
-rw-r--r-- | npc/001-11/event_soulmenhir.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 7a1d1aa2d..8567d602f 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -217,7 +217,7 @@ OnInit: .sex = G_FEMALE; .distance = 5; - end; + // fallthrough OnClock2359: OnClock1159: diff --git a/npc/001-11/event_soulmenhir.txt b/npc/001-11/event_soulmenhir.txt index 5f091756c..22c75705b 100644 --- a/npc/001-11/event_soulmenhir.txt +++ b/npc/001-11/event_soulmenhir.txt @@ -95,6 +95,7 @@ L_EVTC2020: case 3: getitembound EventBow, 1, 1; getitem ArrowShowerCard, 1; + getitem TolchiAmmoBox, 5; // 1,000 arrows should be plenty break; case 4: getitembound EventWand, 1, 1; |