diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-25 21:47:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-25 21:47:12 -0300 |
commit | 07c19ea8e956a97247dff987485ba10804aeebba (patch) | |
tree | 64550739b32e4d2403b9132cdb5119cd2c5e5167 /npc/032-5 | |
parent | 2962623c188b76ffd41592d724788adc3f7d6893 (diff) | |
download | serverdata-07c19ea8e956a97247dff987485ba10804aeebba.tar.gz serverdata-07c19ea8e956a97247dff987485ba10804aeebba.tar.bz2 serverdata-07c19ea8e956a97247dff987485ba10804aeebba.tar.xz serverdata-07c19ea8e956a97247dff987485ba10804aeebba.zip |
Fix a minor dialog bug on Laura, add notes, and now Iced Bottle heals 0.5% HP
Diffstat (limited to 'npc/032-5')
-rw-r--r-- | npc/032-5/episode.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/032-5/episode.txt b/npc/032-5/episode.txt index 668c2bd36..c8836335a 100644 --- a/npc/032-5/episode.txt +++ b/npc/032-5/episode.txt @@ -92,6 +92,8 @@ OnTimer30000: areamonster("032-5", 21, 35, 58, 77, strmobinfo(1, RedFollower), RedFollower, 12, "#EpShow::OnMini"); areamonster("032-5", 21, 35, 58, 77, strmobinfo(1, RedFollowerF), RedFollowerF, 12, "#EpShow::OnMini"); stopnpctimer; + // TODO: Red Queen should grow stronger as her allies are defeated + // TODO: Red Queen should be able to revive her allies, only once each. //.ctrl = false; end; |