diff options
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 87b8a57fa..aba71aadc 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -25,7 +25,7 @@ OnTouch: if (.@lang >= 0 && .@lang <= MAX_LANG) Lang = .@lang; showavatar 3; - if ($FIRESOFSTEAM && gettime(7) == 2021) goto L_FiresOfSteam; + if ($EVENT$ == "Steam") goto L_FiresOfSteam; mesn "Narrator"; mesc l("You open your eyes. The salt water is not helping your vision."); |