summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-08-22 15:00:04 -0400
committergumi <mekolat@users.noreply.github.com>2017-08-22 15:00:04 -0400
commitd4aae3d3d7ed318dd883f88fffc7ed371a0610dc (patch)
treebcdb8233a9848f17c7305addcf21c2a804f451fe
parent7db843cbfd73a1ead7cb490d5af5969900cc0e3d (diff)
downloadserverdata-d4aae3d3d7ed318dd883f88fffc7ed371a0610dc.tar.gz
serverdata-d4aae3d3d7ed318dd883f88fffc7ed371a0610dc.tar.bz2
serverdata-d4aae3d3d7ed318dd883f88fffc7ed371a0610dc.tar.xz
serverdata-d4aae3d3d7ed318dd883f88fffc7ed371a0610dc.zip
I'm ashamed
-rw-r--r--npc/001-1/merlin.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/merlin.txt b/npc/001-1/merlin.txt
index 0d9a8b30..7a7c1590 100644
--- a/npc/001-1/merlin.txt
+++ b/npc/001-1/merlin.txt
@@ -10,10 +10,10 @@ OnTouch:
switch(rand(6))
{
case 0: npctalkonce(l("Fish, come and see my fish!")); break;
- case 0: npctalkonce(l("They are fresh, they are good!")); break;
- case 0: npctalkonce(l("Fresh from the sea and cheap!")); break;
- case 0: npctalkonce(l("Come, come and see!")); break;
- case 0: npctalkonce(l("They are fresh!")); break;
+ case 1: npctalkonce(l("They are fresh, they are good!")); break;
+ case 2: npctalkonce(l("Fresh from the sea and cheap!")); break;
+ case 3: npctalkonce(l("Come, come and see!")); break;
+ case 4: npctalkonce(l("They are fresh!")); break;
default: npctalkonce(l("Fish is good for the brain!"));
}
end;