From 3280d4e9ed7bff46d65655af0a0ff6c573b7c5d8 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sun, 17 Jun 2012 20:24:30 +0000 Subject: [PATCH] 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 --- potion/potioncol.arc | 2 ++ potion/potionfir.arc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/potion/potioncol.arc b/potion/potioncol.arc index a11dec5c2..9c3a855fe 100644 --- a/potion/potioncol.arc +++ b/potion/potioncol.arc @@ -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 diff --git a/potion/potionfir.arc b/potion/potionfir.arc index 90ba0ce50..71aee68bc 100644 --- a/potion/potionfir.arc +++ b/potion/potionfir.arc @@ -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