KotH: no regeneration by default

stable-5.1
MimmoO 2010-12-15 18:14:20 +01:00
parent 58a143960c
commit 9ebf1f3a1a
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
// King of the hill goal does not regenerate king.
#appendto KingOfTheHill_Location
func FxKOTHKingTimer(target, effect_time)
{
//target->DoEnergy(1);
}

View File

@ -90,7 +90,7 @@ func SetKing(object to)
func FxKOTHKingTimer(target, effect_time)
{
target->DoEnergy(1);
//target->DoEnergy(1);
}
func FxKOTHKingStop(target, effect_number, reason, temp)