From b4fb65f474af74a9ab7b176fed29031fb4d793b4 Mon Sep 17 00:00:00 2001 From: Nicolas Weeger Date: Wed, 29 Dec 2021 18:58:38 +0100 Subject: [PATCH] Revert "Fix animation repeating when spell is cast" This reverts commits ef8a38420678e290b454b8f24da2485fa8457625 and e5de43600bb1a07dfe292afd862c7a3c61770194 Server code was patched so 'food' is now the number of ticks the item stays. --- spell/BlessCurse/bless_effect.arc | 2 +- spell/BlessCurse/curse_effect.arc | 2 +- spell/Change_Ability/protection_cold_effect.arc | 2 +- spell/Change_Ability/protection_electricity_effect.arc | 2 +- spell/Change_Ability/protection_fire_effect.arc | 2 +- spell/Change_Ability/protection_poison_effect.arc | 2 +- spell/Change_Ability/rage_effect.arc | 2 +- spell/Healing/cure_disease_effect.arc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spell/BlessCurse/bless_effect.arc b/spell/BlessCurse/bless_effect.arc index d346e1282..2da1e06a7 100644 --- a/spell/BlessCurse/bless_effect.arc +++ b/spell/BlessCurse/bless_effect.arc @@ -3,7 +3,7 @@ name blessing face bless_effect.111 animation bless_effect speed 0.5 -food 5 +food 6 is_used_up 1 no_pick 1 map_layer fly diff --git a/spell/BlessCurse/curse_effect.arc b/spell/BlessCurse/curse_effect.arc index 96a4384d6..578ce2846 100644 --- a/spell/BlessCurse/curse_effect.arc +++ b/spell/BlessCurse/curse_effect.arc @@ -3,7 +3,7 @@ name curse face curse_effect.111 animation curse_effect speed 0.5 -food 5 +food 6 is_used_up 1 no_pick 1 map_layer fly diff --git a/spell/Change_Ability/protection_cold_effect.arc b/spell/Change_Ability/protection_cold_effect.arc index 55dbd85f8..334f46081 100644 --- a/spell/Change_Ability/protection_cold_effect.arc +++ b/spell/Change_Ability/protection_cold_effect.arc @@ -3,7 +3,7 @@ name spell effect face protection_cold_effect.111 animation protection_cold_effect speed 0.5 -food 5 +food 6 is_used_up 1 no_pick 1 map_layer fly diff --git a/spell/Change_Ability/protection_electricity_effect.arc b/spell/Change_Ability/protection_electricity_effect.arc index 3e5b0dbfc..d10f7ba50 100644 --- a/spell/Change_Ability/protection_electricity_effect.arc +++ b/spell/Change_Ability/protection_electricity_effect.arc @@ -3,7 +3,7 @@ name rage face protection_electricity_effect.111 animation protection_electricity_effect speed 0.5 -food 5 +food 6 is_used_up 1 no_pick 1 map_layer fly diff --git a/spell/Change_Ability/protection_fire_effect.arc b/spell/Change_Ability/protection_fire_effect.arc index 203f70ab1..7f631e65b 100644 --- a/spell/Change_Ability/protection_fire_effect.arc +++ b/spell/Change_Ability/protection_fire_effect.arc @@ -3,7 +3,7 @@ name spell effect face protection_fire_effect.111 animation protection_fire_effect speed 0.5 -food 5 +food 6 is_used_up 1 no_pick 1 map_layer fly diff --git a/spell/Change_Ability/protection_poison_effect.arc b/spell/Change_Ability/protection_poison_effect.arc index fd6c00942..3276af29b 100644 --- a/spell/Change_Ability/protection_poison_effect.arc +++ b/spell/Change_Ability/protection_poison_effect.arc @@ -3,7 +3,7 @@ name spell effect face protection_poison_effect.111 animation protection_poison_effect speed 0.5 -food 5 +food 6 is_used_up 1 no_pick 1 map_layer fly diff --git a/spell/Change_Ability/rage_effect.arc b/spell/Change_Ability/rage_effect.arc index dd21f3e44..7cfff565c 100644 --- a/spell/Change_Ability/rage_effect.arc +++ b/spell/Change_Ability/rage_effect.arc @@ -3,7 +3,7 @@ name rage face rage_effect.111 animation rage_effect speed 0.5 -food 5 +food 6 is_used_up 1 no_pick 1 map_layer fly diff --git a/spell/Healing/cure_disease_effect.arc b/spell/Healing/cure_disease_effect.arc index 74c2a3e3c..597686a4b 100644 --- a/spell/Healing/cure_disease_effect.arc +++ b/spell/Healing/cure_disease_effect.arc @@ -3,7 +3,7 @@ name spell effect face cure_disease_effect.111 animation cure_disease_effect speed 0.5 -food 6 +food 7 is_used_up 1 no_pick 1 map_layer fly