summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 0203cf641..87f913de0 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -39,7 +39,7 @@ OnClock2100:
// act with 100% chances (determinism).
// As it is being spawn 4 times at a day (like TMW-BR events), because it is
// flatly and outright IMPOSSIBLE to add a permanent spawn, that is not required.
- if ($EVENT$ == "St. Patrick" && .@d <= $@PATRICK_DAYMAX) {
+ if ($EVENT$ == "Patrick" && .@d <= $@PATRICK_DAYMAX) {
for (.@i=0; .@i < getarraysize(.maps$); .@i++) {
.@m$=.maps$[.@i];
.@x=getmapinfo(MAPINFO_SIZE_X, .@m$)-20;
@@ -400,7 +400,7 @@ OnClock0000:
// Begin the event
else if (.@d == .patrick_stday) {
kamibroadcast("St. Patrick Day begun!");
- $EVENT$="St. Patrick";
+ $EVENT$="Patrick";
$@PATRICK_DAYMAX=.patrick_endday;
enablenpc "sPatrick";
enablenpc "Patrick Saulc";
@@ -455,7 +455,7 @@ OnClock0000:
// Begin the event
else if (.@d == .worker_stday && .@m == .worker_stmon) {
kamibroadcast("Worker Day begun!");
- $EVENT$="Worker Day";
+ $EVENT$="Worker";
}
// End the event the day after
else if (.@d == .worker_endday+1 && .@m == .worker_endmon) {