diff options
-rw-r--r-- | npc/025-3/barriers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-3/barriers.txt b/npc/025-3/barriers.txt index 3e7be356..fed49d18 100644 --- a/npc/025-3/barriers.txt +++ b/npc/025-3/barriers.txt @@ -337,7 +337,7 @@ L_Block: L_StartFight: if (Boss_10 == 2) message strcharinfo(0), "You feel starting something all over again."; - if (Boss_10 != 1) message strcharinfo(0), "You hear screams, they seem to be very close from where you stand."; + if (Boss_10 == 0) 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; |