openclonk/planet/Arena.ocf/ThunderousSkies.ocs/System.ocg/FastDynamite.c

15 lines
173 B
C

/* Everyone wins! */
#appendto Dynamite
func Initialize()
{
this.fast = 0;
_inherited(...);
}
func MakeFast(int f)
{
this.fast = f;
this.FuseTime = 140 - this.fast;
}