summaryrefslogtreecommitdiff
path: root/npc/functions/goodbye.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/goodbye.txt')
-rw-r--r--npc/functions/goodbye.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/goodbye.txt b/npc/functions/goodbye.txt
index 620883b8c..b52146188 100644
--- a/npc/functions/goodbye.txt
+++ b/npc/functions/goodbye.txt
@@ -28,7 +28,7 @@ function script goodbye_msg {
l("Cheers!"),
l("Take care!");
- return .byemsg$[rand(getarraysize(.byemsg$))];
+ return any_of(.byemsg$);
}