diff -ru Template-1.5b/LaTeX/Styles/character.sty Template-1.5c/LaTeX/Styles/character.sty --- Template-1.5b/LaTeX/Styles/character.sty Mon Jan 10 02:22:46 2000 +++ Template-1.5c/LaTeX/Styles/character.sty Sat May 27 17:38:40 2000 @@ -74,8 +74,8 @@ % un-comment this section if you want Ingestible extractables %\tex@extract{Ingestibles}{\usepackage{ingestible}} -%\newdef\ingestpacket[2]{#1} -%\newdef\ingestfold[2]{#1} +%\newdef\ingestpacket[3]{#1} +%\newdef\ingestfold[3]{#1} %\input Lists/ingestibles.tex \tex@extract{Items}{\usepackage{items}} diff -ru Template-1.5b/LaTeX/Styles/game.cls Template-1.5c/LaTeX/Styles/game.cls --- Template-1.5b/LaTeX/Styles/game.cls Thu Apr 6 02:24:21 2000 +++ Template-1.5c/LaTeX/Styles/game.cls Thu Apr 6 02:24:21 2000 @@ -33,7 +33,7 @@ \catcode`$=13 \def$#1 {} \catcode`:=13 \def:#1 {hrs } \xdef\cvs@date{2000/04/06 06:24:21 UTC} - \xdef\cvs@name{v1-5b } + \xdef\cvs@name{v1-5c } \ifx\cvs@name\empty \gdef\cvs@name{dev} \fi \endgroup \ProvidesClass{game}[\cvs@date\space Assassins' Guild game template \cvs@name] diff -ru Template-1.5b/bin/gm Template-1.5c/bin/gm --- Template-1.5b/bin/gm Thu Jan 13 05:23:50 2000 +++ Template-1.5c/bin/gm Thu Jan 13 05:23:50 2000 @@ -76,7 +76,7 @@ my ($d, $m, $y) = (localtime(timegm($sec, $min, $hours, $mday, $mon-1, $year-1900)))[3..5]; my $date = sprintf "%4d/%02d/%02d", $y+1900, $m+1, $d; - my $tag = 'v1-5b'; + my $tag = 'v1-5c'; $tag =~ s/\$\S*//g; $tag =~ s/\s//g; length $tag or $tag = "mainline"; diff -ru Template-1.5b/html/intro.html Template-1.5c/html/intro.html --- Template-1.5b/html/intro.html Fri Jan 14 04:25:59 2000 +++ Template-1.5c/html/intro.html Thu Apr 6 03:01:11 2000 @@ -6,7 +6,7 @@

Introduction (All GMs)

-

This is the Assassin Game Template v1-5b +

This is the Assassin Game Template v1-5c (version info here). In order for a team to use this package successfully, you should declare one person to be Production Czar, and put them in diff -ru Template-1.5b/html/version.html Template-1.5c/html/version.html --- Template-1.5b/html/version.html Thu Apr 6 02:24:30 2000 +++ Template-1.5c/html/version.html Sat May 27 17:38:48 2000 @@ -4,8 +4,8 @@ -

Version 1.5b

-

released 04/06/2000

+

Version 1.5c

+

released 05/27/2000

This file is intended to let you know how the Template you just grabbed for your game has changed since the last time you wrote a game with it. @@ -455,8 +455,12 @@


-

1.5, 1.5a, 1.5b

-

released 01/28/2000, patch `a' 03/27/2000, patch `b' 04/06/2000

+

1.5, 1.5a, 1.5b, 1.5c

+

released 01/28/2000, + patch `a' 03/27/2000, + patch `b' 04/06/2000, + patch `c' 05/27/2000 +

USER: