diff options
Diffstat (limited to 'npc/009-2/drunks.txt')
-rw-r--r-- | npc/009-2/drunks.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/npc/009-2/drunks.txt b/npc/009-2/drunks.txt deleted file mode 100644 index 61246b4e..00000000 --- a/npc/009-2/drunks.txt +++ /dev/null @@ -1,16 +0,0 @@ -//Left drinking contest guy - -009-2.gat,65,55,0 script Drinker 121, { - mes "[Binge Drinker]"; - mes "\"Ha! I'll drink muuuch mo.. more than you! Im not ooone biiit dr...dr..unk!\""; - close; -} - -//Right drinking contest guy - -009-2.gat,68,55,0 script Drinker 121, { - mes "[Binge Drinker]"; - mes "\"I can still drink more! Better give up you... you... teelotaler! MORE BEER MELINDA!\""; - //I know it's called "teetotaler". That error is on purpose. - close; -} |