10 lines
244 B
Ucode
10 lines
244 B
Ucode
class NiceSkillMedicSymbioticHealth extends NiceSkill
|
|
abstract;
|
|
var float selfBoost;
|
|
defaultproperties
|
|
{
|
|
selfBoost=0.250000
|
|
SkillName="Symbiotic health"
|
|
SkillEffects="Healing teammates will heal you 25% of your total health."
|
|
}
|