From d0fbc955c705c19f2f5be314a7cfc77cb0211e60 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sun, 12 Sep 2010 13:44:33 +0000 Subject: [PATCH] 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-b93c2d0d6712 --- potion/potioncol.arc | 4 ++-- potion/potionfir.arc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/potion/potioncol.arc b/potion/potioncol.arc index 63496ee40..a11dec5c2 100644 --- a/potion/potioncol.arc +++ b/potion/potioncol.arc @@ -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 diff --git a/potion/potionfir.arc b/potion/potionfir.arc index 5c4a64ca8..90ba0ce50 100644 --- a/potion/potionfir.arc +++ b/potion/potionfir.arc @@ -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