From 112411cb930b8d43689a922533acc5fdd04d14dc Mon Sep 17 00:00:00 2001 From: kbulgrien Date: Sun, 9 Aug 2009 03:19:54 +0000 Subject: [PATCH] Modify pentagram and glyph msg/endmsg to indicate limitations and to add an example of use. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@12137 282e977c-c81d-0410-88c4-b93c2d0d6712 --- CHANGES | 4 ++++ spell/Rune/spell_glyph.arc | 13 ++++++++----- spell/Rune/spell_pentagram.arc | 7 ++++--- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 6e0ff8d78..ea6ec7940 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes for SVN top of tree: +Modify pentagram and glyph msg/endmsg to indicate limitations and to add an +example of use. +Kevin Bulgrien 2009-08-08 + Add the last of the msg/endmsg descriptions, fixing some previously entered without the msg/endmsg tags. A few non-player spells still do not have descriptions. They are: spell_create_lava.arc, spell_shell.arc, diff --git a/spell/Rune/spell_glyph.arc b/spell/Rune/spell_glyph.arc index e330d57ed..1cf1b0735 100644 --- a/spell/Rune/spell_glyph.arc +++ b/spell/Rune/spell_glyph.arc @@ -14,10 +14,13 @@ casting_time 15 skill praying path_attuned 2048 msg -Glyph is a special rune that may be used -to encapsulate another spell. The caster -specifies the spell to be placed inside -the glyph. When the rune is triggered, -the spell is cast on the target. +Creates a special rune that may be used +to encapsulate another spell. When +casting the spell, the caster specifies +a praying spell to encapsulate in the +glyph. When the glyph is triggered, the +specified spell is cast on the target. +An example of how to create a glyph is: +cast glyph summon cult monsters endmsg end diff --git a/spell/Rune/spell_pentagram.arc b/spell/Rune/spell_pentagram.arc index 1e268abdf..c21ff464c 100644 --- a/spell/Rune/spell_pentagram.arc +++ b/spell/Rune/spell_pentagram.arc @@ -17,9 +17,10 @@ msg Creates a special rune that may be used to encapsulate another spell. When casting the spell, the caster specifies -the spell that should be encapsulated in -the pentagram. When the pentagram is +a summoning spell to encapsulate in the +pentagram. When the pentagram is triggered, the specified spell is cast -on the target. +on the target. An example of use is: +cast pentagram summon fire elemental endmsg end