Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CF: POTION level fix



Many (probably all) potions (type 5, POTION) don't have a level,
although they are spellcasters.  My CVS access isn't working at the
moment, therefore I can't apply this patch to the CVS tree.

-- 
Jan
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/balm_gen.arc arch/potion/balm_gen.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/balm_gen.arc	Mon Mar 29 07:00:29 1999
+++ arch/potion/balm_gen.arc	Tue May 23 21:26:04 2000
@@ -3,6 +3,7 @@
 name balm
 face balm_gen.111
 type 5
+level 1
 material 4
 weight 1500
 value 250
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/dust_gen.arc arch/potion/dust_gen.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/dust_gen.arc	Mon Mar 29 07:00:29 1999
+++ arch/potion/dust_gen.arc	Tue May 23 21:26:17 2000
@@ -3,6 +3,7 @@
 name dust
 face dust_gen.111
 type 5
+level 1
 material 4
 is_dust 1
 weight 100
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/figurine_gen.arc arch/potion/figurine_gen.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/figurine_gen.arc	Mon Mar 29 07:00:30 1999
+++ arch/potion/figurine_gen.arc	Tue May 23 21:26:23 2000
@@ -3,6 +3,7 @@
 name figurine
 face figurine_gen.111
 type 5
+level 1
 material 4
 weight 1500
 value 400
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potioncha.arc arch/potion/potioncha.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potioncha.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potioncha.arc	Tue May 23 21:26:26 2000
@@ -4,6 +4,7 @@
 face potioncha.111
 color_fg dark_orange
 type 5
+level 1
 material 4
 weight 1500
 value 12500
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potioncol.arc arch/potion/potioncol.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potioncol.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potioncol.arc	Tue May 23 21:26:29 2000
@@ -4,6 +4,7 @@
 face potioncol.111
 color_fg white
 type 5
+level 1
 material 4
 weight 1800
 value 5800
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potioncon.arc arch/potion/potioncon.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potioncon.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potioncon.arc	Tue May 23 21:26:31 2000
@@ -4,6 +4,7 @@
 face potioncon.111
 color_fg light_blue
 type 5
+level 1
 material 4
 weight 1500
 value 14500
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potiondex.arc arch/potion/potiondex.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potiondex.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potiondex.arc	Tue May 23 21:26:36 2000
@@ -4,6 +4,7 @@
 face potiondex.111
 color_fg orange
 type 5
+level 1
 material 4
 weight 1500
 value 14000
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionfir.arc arch/potion/potionfir.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionfir.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potionfir.arc	Tue May 23 21:26:39 2000
@@ -4,6 +4,7 @@
 face potionfir.111
 color_fg red
 type 5
+level 1
 material 4
 weight 1800
 value 5200
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potiongen.arc arch/potion/potiongen.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potiongen.arc	Mon Mar 29 07:00:29 1999
+++ arch/potion/potiongen.arc	Tue May 23 21:26:41 2000
@@ -3,6 +3,7 @@
 name potion
 face potiongen.111
 type 5
+level 1
 material 4
 weight 1500
 value 280
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionhea.arc arch/potion/potionhea.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionhea.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potionhea.arc	Tue May 23 21:26:43 2000
@@ -4,6 +4,7 @@
 face potionhea.111
 color_fg red
 type 5
+level 1
 material 4
 weight 1800
 value 5200
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionhero.arc arch/potion/potionhero.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionhero.arc	Mon Mar 29 07:00:26 1999
+++ arch/potion/potionhero.arc	Tue May 23 21:26:44 2000
@@ -4,6 +4,7 @@
 face potionhero.111
 color_fg brown
 type 5
+level 1
 material 4
 weight 1000
 value 500
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionimp.arc arch/potion/potionimp.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionimp.arc	Mon Mar 29 07:00:29 1999
+++ arch/potion/potionimp.arc	Tue May 23 21:26:46 2000
@@ -4,6 +4,7 @@
 face potionimp.111
 color_fg light_blue
 type 5
+level 1
 material 4
 weight 1800
 value 5200
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionint.arc arch/potion/potionint.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionint.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potionint.arc	Tue May 23 21:26:48 2000
@@ -4,6 +4,7 @@
 face potionint.111
 color_fg green
 type 5
+level 1
 material 4
 weight 1500
 value 13000
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potioninv.arc arch/potion/potioninv.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potioninv.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potioninv.arc	Tue May 23 21:26:50 2000
@@ -4,6 +4,7 @@
 face potioninv.111
 color_fg orange
 type 5
+level 1
 material 4
 weight 2000
 value 10000
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionmag.arc arch/potion/potionmag.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionmag.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potionmag.arc	Tue May 23 21:26:52 2000
@@ -4,6 +4,7 @@
 face potionmag.111
 color_fg light_blue
 type 5
+level 1
 sp 67
 material 4
 weight 1800
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionpow.arc arch/potion/potionpow.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionpow.arc	Mon Mar 29 07:00:29 1999
+++ arch/potion/potionpow.arc	Tue May 23 21:26:54 2000
@@ -4,6 +4,7 @@
 face potionpow.111
 color_fg red
 type 5
+level 1
 material 4
 weight 1500
 value 13500
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionrstr.arc arch/potion/potionrstr.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionrstr.arc	Mon Mar 29 07:00:29 1999
+++ arch/potion/potionrstr.arc	Tue May 23 21:27:00 2000
@@ -3,6 +3,7 @@
 face potiongen.111
 value 6000
 type 5
+level 1
 attacktype 65536
 nrof 1
 weight 1500
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionstr.arc arch/potion/potionstr.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionstr.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potionstr.arc	Tue May 23 21:27:02 2000
@@ -4,6 +4,7 @@
 face potionstr.111
 color_fg red
 type 5
+level 1
 material 4
 weight 1500
 value 15000
diff -ru ../../orig/crossfire-0.95.5-arch-patch5/potion/potionwis.arc arch/potion/potionwis.arc
--- ../../orig/crossfire-0.95.5-arch-patch5/potion/potionwis.arc	Mon Mar 29 07:00:25 1999
+++ arch/potion/potionwis.arc	Tue May 23 21:27:06 2000
@@ -4,6 +4,7 @@
 face potionwis.111
 color_fg grey
 type 5
+level 1
 material 4
 weight 1500
 value 12000