summaryrefslogtreecommitdiff
path: root/npc/014-5/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/014-5/events.txt')
-rw-r--r--npc/014-5/events.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/014-5/events.txt b/npc/014-5/events.txt
index 062c662d1..c6d6b678b 100644
--- a/npc/014-5/events.txt
+++ b/npc/014-5/events.txt
@@ -41,7 +41,7 @@
}
}
- if ($EVENT$ != "St. Patrick" && !$@GM_OVERRIDE) {
+ if ($EVENT$ != "Patrick" && !$@GM_OVERRIDE) {
channelmes("#world", "ERROR, ST. PATRICK GOLD POT: NOEVENT ERROR");
disablenpc .name$;
atcommand("@kick "+strcharinfo(0));
@@ -182,13 +182,13 @@ OnInit:
.sex = G_OTHER;
.distance = 4;
- if ($EVENT$ != "St. Patrick") {
+ if ($EVENT$ != "Patrick") {
disablenpc(.name$);
end;
}
OnClock0000:
OnForcedMove:
- if ($EVENT$ == "St. Patrick") {
+ if ($EVENT$ == "Patrick") {
setarray .@vx, 134, 162, 108, 105, 67, 191, 168, 170, 191, 188, 160, 145, 196, 120;
setarray .@vy, 36, 61, 45, 96, 76, 74, 72, 111, 113, 129, 125, 119, 143, 104;
.@r=rand(0,getarraysize(.@vx)-1);