diff options
-rw-r--r-- | npc/025-3/barriers.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/025-3/barriers.txt b/npc/025-3/barriers.txt index 89c13b84..bbb8ee9a 100644 --- a/npc/025-3/barriers.txt +++ b/npc/025-3/barriers.txt @@ -336,6 +336,8 @@ L_Block: end; L_StartFight: + 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; end; |