Proposal: Power drain (Trivial)
To the MCP, where it says:
Change it to read:
This allows us to nearly drain our power by using product, but makes it impossible to go to zero or lower while doing it.
Enacted by Kevan, 11th Oct. +2 Power to Damanor, +2 Power to Kevan.
// !!! Robots are discouraged from activating Product within the Factory.
if (keyword = "ACTIVATE_FIRE" && inventory(self) contains product_object)
Change it to read:
// !!! Robots are discouraged from activating Product within the Factory.
if (power(self)>10 && keyword = "ACTIVATE_FIRE" && inventory(self) contains product_object)
This allows us to nearly drain our power by using product, but makes it impossible to go to zero or lower while doing it.
Enacted by Kevan, 11th Oct. +2 Power to Damanor, +2 Power to Kevan.
<< Home