- Apr 7, 2018
- 2,391
- 5,351
Thx for the feedback.The game just crashed due to the Battle Tweak mod after fighting a boar:
Maybe it is because the boar died to bleeding. When i used rollback to fight again and finished it with a normal attack, the game didn't crashCode:While running game code: File "game/bibifoc/battle_tweak.rpy", line 529, in script $ insert_item(None, hand, selected_card.id) # поместим на ее место в руке None File "game/bibifoc/battle_tweak.rpy", line 529, in <module> $ insert_item(None, hand, selected_card.id) # поместим на ее место в руке None AttributeError: 'NoneType' object has no attribute 'id'
You don't have permission to view the spoiler content. Log in or register now.
Edit:
I encountered the bug every time i won a fight due to bleeding. Adding a simple None check in front of the line didn't help a lot, since the game just got stuck at this point. So I removed the mod again because it works fine without it
Can you eventually give me save? Or is it replicable with first fights in the forest? (I can't test right now)