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:
@@ -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
1
overrides/527.py
Normal file
@@ -0,0 +1 @@
|
||||
speedFactor = -80.0
|
||||
Reference in New Issue
Block a user