By default, put produced items into the producer after production

heavy-resources
Armin Burgmeier 2011-12-29 20:35:14 +01:00
parent d0e8e8c2f5
commit e11ac0c937
1 changed files with 5 additions and 0 deletions

View File

@ -407,6 +407,11 @@ protected func FxProcessProductionStop(object target, proplist effect, int reaso
return 1;
}
public func OnProductEjection(object product)
{
product->Enter(this);
}
/*-- --*/
/**