BlogNomic has moved!

The game is now running at blognomic.com

Wednesday, October 08, 2003

Proposal: Power drain (Trivial)

To the MCP, where it says:
// !!! 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.