Files
NGECore2/scripts/commands/harvesterdiscardhopper.py
T
CharonInferar a1370a9b60 Harvesters introduced
Working harvesters and generators
Big update
2014-04-11 02:25:07 +02:00

11 lines
222 B
Python

import sys
def setup():
return
def run(core, actor, target, commandString):
actor.sendSystemMessage('handleEmptyHarvester', 0)
core.harvesterService.handleEmptyHarvester(actor, target, commandString)
return