diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-08 00:54:32 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-08 00:54:32 -0200 |
commit | 3adee96e2d8834218dade2509195012f83de30ff (patch) | |
tree | b7c80d3e5eef2d200149727c300d656350d2318c /npc/002-3 | |
parent | 119f2e579679410d81d7bce4869c266c5067c39a (diff) | |
download | serverdata-3adee96e2d8834218dade2509195012f83de30ff.tar.gz serverdata-3adee96e2d8834218dade2509195012f83de30ff.tar.bz2 serverdata-3adee96e2d8834218dade2509195012f83de30ff.tar.xz serverdata-3adee96e2d8834218dade2509195012f83de30ff.zip |
Fix broken warp, and update billybons.
According to our current lore, game is playable until the point where you go to see
Nard for the first time. This is subject to changes later. Only the most basic
grammar check was done, and may contain typos. You will still have an Evol-like
experience, until this point. The important part is soon to come.
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/billybons.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/npc/002-3/billybons.txt b/npc/002-3/billybons.txt index 33400049e..9dbb64ba4 100644 --- a/npc/002-3/billybons.txt +++ b/npc/002-3/billybons.txt @@ -64,11 +64,9 @@ L_Secret: mes ""; mesn; - mesq l("Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Legion of Aemil won't let it get public."); + mesq l("Hear me *hic* well, what ever, whatididever you will *hic* said ab... uhm... out what?! You saw there, the Guild won't let it get public."); next; - mesq l("Nobody will know about the existence of the Mercurians."); - next; - mesq l("Nobody! *burp*"); + mesq l("Nobody can know! *burp*"); next; close; @@ -81,9 +79,9 @@ L_Hic: L_Quit: mes ""; mesn; - mesq l("Yeah you're all like *hic* that in Esperia, but you won't get me! *burp*"); + mesq l("Yeah you're all like *hic* that, but you won't get me! *burp*"); next; - mesq l("I'm not that numb eeh *hic* what did ever yous disco... ...vered there, the Legion of Aemil won't get me!"); + mesq l("I'm not that numb eeh *hic* what did ever yous disco... ...vered there, the Guild won't get me!"); mesq l("*burp*"); next; @@ -92,7 +90,7 @@ L_Quit: close; - L_Give: +L_Give: mes ""; inventoryplace 833, 1; |