diff options
Diffstat (limited to 'npc/002-4/elmo.txt')
-rw-r--r-- | npc/002-4/elmo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 3dfcad5e3..8697781d4 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -9,7 +9,7 @@ 002-4,27,27,0 script Elmo NPC_ELMO,{ - if (getq(General_Narrator) < 0) + if (LOCATION$ == "") { sailortalk; } |