stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/data/ccl sound.lua spells.lua


From: address@hidden
Subject: [Stratagus-CVS] stratagus/data/ccl sound.lua spells.lua
Date: 9 Jan 2004 16:59:37 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/09 16:59:37

Modified files:
        data/ccl       : sound.lua spells.lua 

Log message:
        Fixed unholy armor sound

Patches:
Index: stratagus/data/ccl/sound.lua
diff -u stratagus/data/ccl/sound.lua:1.2 stratagus/data/ccl/sound.lua:1.3
--- stratagus/data/ccl/sound.lua:1.2    Fri Jan  2 11:57:32 2004
+++ stratagus/data/ccl/sound.lua        Fri Jan  9 16:59:36 2004
@@ -26,7 +26,7 @@
 --      along with this program; if not, write to the Free Software
 --      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 --
---     $Id: sound.lua,v 1.2 2004/01/02 00:57:32 jsalmon3 Exp $
+--     $Id: sound.lua,v 1.3 2004/01/09 05:59:36 jsalmon3 Exp $
 
 --     Uncomment this to enable threaded sound
 --SoundThread()
@@ -165,7 +165,7 @@
 MakeSound("eye of vision", "spells/eye_of_kilrogg.wav")
 MakeSound("polymorph", "spells/polymorph.wav")
 MakeSound("slow", "spells/slow.wav")
-MakeSound("unholy armour", "spells/unholy_armor.wav")
+MakeSound("unholy armor", "spells/unholy_armor.wav")
 MakeSound("whirlwind", "spells/whirlwind.wav")
     -- ready sounds
 MakeSound("peon-ready", "orc/peon/ready.wav")
Index: stratagus/data/ccl/spells.lua
diff -u stratagus/data/ccl/spells.lua:1.2 stratagus/data/ccl/spells.lua:1.3
--- stratagus/data/ccl/spells.lua:1.2   Tue Dec 16 08:11:11 2003
+++ stratagus/data/ccl/spells.lua       Fri Jan  9 16:59:36 2004
@@ -26,7 +26,7 @@
 --      along with this program; if not, write to the Free Software
 --      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 --
---     $Id: spells.lua,v 1.2 2003/12/15 21:11:11 jsalmon3 Exp $
+--     $Id: spells.lua,v 1.3 2004/01/09 05:59:36 jsalmon3 Exp $
 
 -- For documentation see stratagus/doc/ccl/ccl.html ;; FIXME write and move 
doc.
 
@@ -170,7 +170,7 @@
        "condition", {
            "building", "false",
            "max-invincibility-ticks", 10},
-       "sound-when-cast", "unholyarmor",
+       "sound-when-cast", "unholy armor",
        "missile-when-cast", "missile-normal-spell"
 --     "autocast", {range 6 condition (coward false alliance only)},
 )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]