Fix fire and cold potion's resistances. This will invert for players right now, but better longterm.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13807 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
39c27f643b
commit
d0fbc955c7
|
@ -7,7 +7,7 @@ level 1
|
|||
material 4
|
||||
weight 1800
|
||||
value 5800
|
||||
resist_fire 90
|
||||
resist_cold 90
|
||||
name_pl potions of cold resistance
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
|
@ -21,7 +21,7 @@ level 1
|
|||
material 4
|
||||
weight 1800
|
||||
value 28000
|
||||
resist_fire 95
|
||||
resist_cold 95
|
||||
name_pl potions of frost resistance
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
|
|
|
@ -7,7 +7,7 @@ level 1
|
|||
material 4
|
||||
weight 1800
|
||||
value 5200
|
||||
resist_cold 90
|
||||
resist_fire 90
|
||||
name_pl potions of fire resistance
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
|
@ -21,7 +21,7 @@ level 1
|
|||
material 4
|
||||
weight 1800
|
||||
value 28000
|
||||
resist_cold 95
|
||||
resist_fire 95
|
||||
name_pl potions of lava resistance
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
|
|
Loading…
Reference in New Issue