summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/hello.txt2
-rw-r--r--npc/functions/villagertalk.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/hello.txt b/npc/functions/hello.txt
index 162a953e..26161c79 100644
--- a/npc/functions/hello.txt
+++ b/npc/functions/hello.txt
@@ -6,7 +6,7 @@
function script hello {
- switch (rand(2))
+ switch (rand(3))
{
case 0:
npctalk3 l("Heya!");
diff --git a/npc/functions/villagertalk.txt b/npc/functions/villagertalk.txt
index 469b8f67..99803621 100644
--- a/npc/functions/villagertalk.txt
+++ b/npc/functions/villagertalk.txt
@@ -30,7 +30,7 @@ function script villagertalk {
return;
}
- switch (rand(3))
+ switch (rand(4))
{
case 0:
darn_or_smile();