Update the serial number for these changes
[spiritwrak.git] / src / spirit.inf
index a458e6de4f342e42f41776cf81b2a86547d72b06..52bdb757d8d5fce745010258cbe8308fcc2df953 100644 (file)
@@ -17,8 +17,7 @@
 !    GNU General Public License for more details.
 !
 !    You should have received a copy of the GNU General Public License
-!    along with this program; if not, write to the Free Software
-!    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+!    along with this program. If not, see <https://www.gnu.org/licenses/>.
 !
 !    To contact the author (Dan Yu), send email to dsyu@holonet.net.
 !
@@ -49,6 +48,7 @@ the Free Software Foundation; either version 3 of the License, or \
 (at your option) any later version.^^";
 
 Release 3;
+Serial "190820";
 
 ! ** Scoring System
 Constant MAX_SCORE 250;
@@ -83,8 +83,8 @@ Replace StrongSub;
 Replace InsertSub;  ! for relative sizes
 
 ! *** Include Parser and VerbLib
-Include "Parser";
-Include "VerbLib";
+Include "parser";
+Include "verblib";
 
 ! -- two global location ptrs for Barsap's Gambit
 global WN_TO;
@@ -2750,7 +2750,6 @@ Object Hades_flameball "Ball of flame" Hades_5
         deadflag = 1;
         "^Well, don't say I didn't warn you. Something horrible \
 with slavering fangs lurks up and devours you!";
-        rtrue;
      }
 ];
                     
@@ -3010,7 +3009,7 @@ Thanks for playing! ^^\
 -- D. S. Yu [dsyu@@64holonet.net]";
 ];
 
-Include "Grammar"; ! (Include grammar _after_ action defs, if we replace any)
+Include "grammar"; ! (Include grammar _after_ action defs, if we replace any)
 
 ! **** Extensions
 !Extend "turn" first  
@@ -3056,7 +3055,10 @@ Verb "fold"
    * noun       -> Fold;
 Verb "mix" "stir"
    * noun       -> Mix;
-Verb "join" "connect"
+Verb "join"
+   * noun "to" noun -> Join
+   * noun "with" noun -> Join;
+Extend only "connect"
    * noun "to" noun -> Join
    * noun "with" noun -> Join;
 Verb meta "help" "hint"