diff options
Diffstat (limited to 'world/map/npc/025-1/barrier.txt')
-rw-r--r-- | world/map/npc/025-1/barrier.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/025-1/barrier.txt b/world/map/npc/025-1/barrier.txt index 619ce0d7..a4a0565b 100644 --- a/world/map/npc/025-1/barrier.txt +++ b/world/map/npc/025-1/barrier.txt @@ -5,6 +5,7 @@ if (Rossy_Quest > 14 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_Warp; if (Rossy_Quest <= 13) goto L_Block; if (Rossy_Quest == 14) message strcharinfo(0), "You hear distant screams of fear."; + goto L_Warp; L_Warp: warp "025-3.gat", 112, 97; |