Post by Nemjen on Feb 11, 2016 12:03:01 GMT -8
Using 'Restore' on an ally unit will trigger an uncaught exception.
This seems consistent with all ally units despite the instance example been for the 'Liberty'.
In addition the tooltip for 'Restore' states 'has a range of 3 hexes' yet the ability seems to have a global range on both allied and enemy units.
This seems consistent with all ally units despite the instance example been for the 'Liberty'.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 333, in script
$BM.battle() #continue the battle
File "game/script.rpy", line 333, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 1187, in battle
self.dispatch_handler(self.result)()
File "game/classes.rpy", line 658, in battle_selection
result = weapon.fire(self.selected,self.target)
File "game/library.rpy", line 4177, in fire
if target.buffed_voice is not None:
File "game/classes.rpy", line 2033, in __getattribute__
v = store.object.__getattribute__(self, name)
AttributeError: 'Liberty' object has no attribute 'buffed_voice'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 333, in script
$BM.battle() #continue the battle
File "C:\Users\Ben\Desktop\SunriderLiberationDay-B12-all\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Ben\Desktop\SunriderLiberationDay-B12-all\renpy\python.py", line 1461, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 333, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 1187, in battle
self.dispatch_handler(self.result)()
File "game/classes.rpy", line 658, in battle_selection
result = weapon.fire(self.selected,self.target)
File "game/library.rpy", line 4177, in fire
if target.buffed_voice is not None:
File "game/classes.rpy", line 2033, in __getattribute__
v = store.object.__getattribute__(self, name)
AttributeError: 'Liberty' object has no attribute 'buffed_voice'
Windows-8-6.2.9200
Ren'Py 6.99.8.949
Sunrider Beta 12.03
In addition the tooltip for 'Restore' states 'has a range of 3 hexes' yet the ability seems to have a global range on both allied and enemy units.