|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-02 17:13:11
|
Revision: 21889
http://sourceforge.net/p/crossfire/code/21889
Author: ryo_saeba
Date: 2021-02-02 17:13:01 +0000 (Tue, 02 Feb 2021)
Log Message:
-----------
Fix spell effect name.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/spell/Change_Ability/protection_cold_effect.arc
arch/trunk/spell/Change_Ability/protection_fire_effect.arc
arch/trunk/spell/Healing/cure_disease_effect.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-01 21:10:51 UTC (rev 21888)
+++ arch/trunk/ChangeLog 2021-02-02 17:13:01 UTC (rev 21889)
@@ -1,3 +1,9 @@
+Fix spell effect name.
+spell/Change_Ability/protection_cold_effect.arc
+spell/Change_Ability/protection_fire_effect.arc
+spell/Healing/cure_disease_effect.arc
+Nicolas Weeger 2021-02-02
+
Add 'broken' generator faces and archetypes.
monster/animal/bird_gen.arc
monster/animal/broken_bird_gen.base.111.png
Modified: arch/trunk/spell/Change_Ability/protection_cold_effect.arc
===================================================================
--- arch/trunk/spell/Change_Ability/protection_cold_effect.arc 2021-02-01 21:10:51 UTC (rev 21888)
+++ arch/trunk/spell/Change_Ability/protection_cold_effect.arc 2021-02-02 17:13:01 UTC (rev 21889)
@@ -1,5 +1,5 @@
Object protection_cold_effect
-name rage
+name spell effect
face protection_cold_effect.111
animation protection_cold_effect
speed 0.5
Modified: arch/trunk/spell/Change_Ability/protection_fire_effect.arc
===================================================================
--- arch/trunk/spell/Change_Ability/protection_fire_effect.arc 2021-02-01 21:10:51 UTC (rev 21888)
+++ arch/trunk/spell/Change_Ability/protection_fire_effect.arc 2021-02-02 17:13:01 UTC (rev 21889)
@@ -1,5 +1,5 @@
Object protection_fire_effect
-name rage
+name spell effect
face protection_fire_effect.111
animation protection_fire_effect
speed 0.5
Modified: arch/trunk/spell/Healing/cure_disease_effect.arc
===================================================================
--- arch/trunk/spell/Healing/cure_disease_effect.arc 2021-02-01 21:10:51 UTC (rev 21888)
+++ arch/trunk/spell/Healing/cure_disease_effect.arc 2021-02-02 17:13:01 UTC (rev 21889)
@@ -1,5 +1,5 @@
Object cure_disease_effect
-name rage
+name spell effect
face cure_disease_effect.111
animation cure_disease_effect
speed 0.5
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|