summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/events.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt
index d5888768c..806725fb2 100644
--- a/npc/003-1/events.txt
+++ b/npc/003-1/events.txt
@@ -170,7 +170,8 @@ OnInit:
.sex = G_OTHER;
.distance = 5;
- disablenpc(.name$);
+ if ($EVENT$ != "St. Patrick")
+ disablenpc(.name$);
end;
}