openclonk/planet/BackToTheRocks.c4f/ThunderousSkies.ocs/System.ocg/Lifesteal.c

8 lines
98 B
C

#appendto Clonk
func Initialize()
{
AddEffect("Lifesteal", this, 100, 0, nil);
_inherited();
}