diff options
Diffstat (limited to 'npc/025-3/barriers.txt')
-rw-r--r-- | npc/025-3/barriers.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/025-3/barriers.txt b/npc/025-3/barriers.txt index fed49d18..bbb8ee9a 100644 --- a/npc/025-3/barriers.txt +++ b/npc/025-3/barriers.txt @@ -336,8 +336,7 @@ L_Block: end; L_StartFight: - if (Boss_10 == 2) message strcharinfo(0), "You feel starting something all over again."; - if (Boss_10 == 0) message strcharinfo(0), "You hear screams, they seem to be very close from where you stand."; + if (Boss_10 != 1) message strcharinfo(0), "You hear screams, they seem to be very close from where you stand."; set Boss_10, 1; set @battlebosscave, 1; warp "025-4.gat", 157, 46; |