Fix PoC so that it actually works, and add a working test case for Web II (changing speedfactor to -80%)

This commit is contained in:
blitzmann
2015-11-01 09:43:34 -05:00
parent f432b08149
commit 56aba37758
2 changed files with 2 additions and 1 deletions

View File

@@ -191,7 +191,7 @@ class Item(EqBase):
if self.__overrides:
for key in dir(self.__overrides):
if key in self.__attributes:
self.__attributes[key] = getattr(self.__overrides, key)
self.__attributes[key].value = getattr(self.__overrides, key)
@reconstructor
def init(self):

1
overrides/527.py Normal file
View File

@@ -0,0 +1 @@
speedFactor = -80.0