openclonk/planet/Missions.ocf/Raid.ocs/System.ocg/NoSeed.c

8 lines
120 B
C

#appendto Library_Plant
protected func Construction(...)
{
var r = _inherited(...);
RemoveTimer("Seed");
return r;
}