Proposal: Efficiency Rewarded
In rule 11, The Master Control Program, replace the block of code beginning "// Create a single item of Product" with:
Enacted by Mat, 26th Sept.
// Create a single item of Product
if (efficiency(self) > 3)
{
X=10
}
if (efficiency(self) < 4)
{
X=15
}
if (power(self) > 50 && keyword = "PRODUCT")
{
power(self) = power(self)-X;
inventory(self) = inventory(self) + product_object
}
Enacted by Mat, 26th Sept.
<< Home