From 349311a993ed537f56cb69e6c670b4508a4a2d74 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 22 Feb 2018 21:20:45 -0300 Subject: Remove multiple books, leave one broken book in source codes. --- npc/003-2/estard.txt | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) (limited to 'npc') diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index bd11570dd..9c49b1d13 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -47,42 +47,7 @@ function explain_service { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Welcome to the Town Hall. I am @@, officer in charge of public associations.", .name$), - l("We offer party and guild certifications and we can also teach you how to use some basic communication skills."), - l("Do you know how to speak with people around you?"); - - if (askyesno() == 2) - { - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("You lack some very basic skills..."); - - if (compareandsetq(General_Janus, 0, 1)) - { - speech S_LAST_NEXT | S_NO_NPC_NAME, - l("This book contains everything you should know about it, take it!"); - - inventoryplace CommunicationTheory, 1; - getitem CommunicationTheory, 1; - } - else - { - speech S_LAST_NEXT | S_NO_NPC_NAME, - l("You can read the book that I gave you earlier at the library if you lost it."); - } - } - else - { - if (compareandsetq(General_Janus, 0, 1)) - { - speech S_LAST_NEXT | S_NO_NPC_NAME, - l("Anyway."), - l("This book contains everything you should know about it, take it!"); - - inventoryplace CommunicationTheory, 1; - getitem CommunicationTheory, 1; - } - - } - + l("We offer party and guild certifications."); return; } -- cgit v1.2.3-60-g2f50