Give spell effect to fire and cold resistance potions.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18277 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2012-06-17 20:24:30 +00:00
parent 32c41aca6f
commit 3280d4e9ed
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ value 5800
resist_cold 90
name_pl potions of cold resistance
on_use_yield potion_empty
other_arch protection_cold_effect
client_type 651
end
Object potion_cold2
@ -24,6 +25,7 @@ value 28000
resist_cold 95
name_pl potions of frost resistance
on_use_yield potion_empty
other_arch protection_cold_effect
client_type 651
end

View File

@ -10,6 +10,7 @@ value 5200
resist_fire 90
name_pl potions of fire resistance
on_use_yield potion_empty
other_arch protection_fire_effect
client_type 651
end
Object potion_fire2
@ -24,6 +25,7 @@ value 28000
resist_fire 95
name_pl potions of lava resistance
on_use_yield potion_empty
other_arch protection_fire_effect
client_type 651
end