summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-17 17:00:38 +0100
committerReid <reidyaro@gmail.com>2016-01-17 17:00:38 +0100
commitadc5ac18f81fee408e374e519bedc7c3583442e6 (patch)
treea3d85cfb8c74f8827448db4f4ef5bf5a874764c6
parentb0c60675bb96ed32f6a393cfcbf2c8731fe3c67d (diff)
downloadserverdata-adc5ac18f81fee408e374e519bedc7c3583442e6.tar.gz
serverdata-adc5ac18f81fee408e374e519bedc7c3583442e6.tar.bz2
serverdata-adc5ac18f81fee408e374e519bedc7c3583442e6.tar.xz
serverdata-adc5ac18f81fee408e374e519bedc7c3583442e6.zip
Add paranoid dialogue on Rumly.
-rw-r--r--npc/001-1/rumly.txt21
1 files changed, 18 insertions, 3 deletions
diff --git a/npc/001-1/rumly.txt b/npc/001-1/rumly.txt
index 917da7ed..742b143e 100644
--- a/npc/001-1/rumly.txt
+++ b/npc/001-1/rumly.txt
@@ -88,9 +88,24 @@ L_Menu:
goto L_ResetStats;
case 3:
if (.@visited != 2) goto L_Quit;
-
- speech 5,
- l("See you! And come back with the plushrooms!");
+
+ .@rand = rand (2);
+
+ if (.@rand)
+ {
+ speech 5,
+ l("See you! And come back with the plushrooms!");
+ }
+ else
+ {
+ speech 5,
+ l("Oh noes!"),
+ l("A rabbit!"),
+ l("He has a guns!"),
+ l("*Bang bang*");
+ narrator 4,
+ l("Rumly is hidding behind the tree.");
+ }
goto L_Quit;
}