diff options
Diffstat (limited to 'npc/016-1/doors.txt')
-rw-r--r-- | npc/016-1/doors.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/016-1/doors.txt b/npc/016-1/doors.txt index 2e947aaac..0c7ebd604 100644 --- a/npc/016-1/doors.txt +++ b/npc/016-1/doors.txt @@ -15,6 +15,10 @@ OnTouch: warp "003-1", 119, 25; close; } + if (LOCATION$ == "Nival") { + warp "019-2", 119, 113; + close; + } mesc l("Oh noes! The door is locked!! Quick! Call a GM!!!"), 1; close; } |