From 4ff44b9e9660d40e0cd4ea8a6429dc485284b6e4 Mon Sep 17 00:00:00 2001 From: kbulgrien Date: Wed, 31 Mar 2010 04:01:10 +0000 Subject: [PATCH] - Add a note regarding the change to the magicmouth.arc. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@12775 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index ea6ec7940..ffaee2a88 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes for SVN top of tree: +Add a new subtype for the magic mouths so that the client does not get invalid +(zero) type codes. The magic mouth is a sign, but a very unique sign, so a +new sign subtype is added just for the magic mouth. +Kevin Bulgrien 2010-03-30 + Modify pentagram and glyph msg/endmsg to indicate limitations and to add an example of use. Kevin Bulgrien 2009-08-08