Get rid of drone variation command

This commit is contained in:
DarkPhoenix
2019-04-13 20:53:26 +03:00
parent bb47df2119
commit 9e6031edf2
4 changed files with 20 additions and 53 deletions

View File

@@ -178,10 +178,6 @@ class Drone(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut):
self.__baseRemoteReps = (rrType, rrAmount)
return self.__baseRemoteReps
def changeType(self, typeID):
self.itemID = typeID
self.init()
@property
def miningStats(self):
if self.__miningyield is None: