- Jul 17, 2019
- 2,295
- 958
That's a genuine bug.
Fix: add
before line 9 of 'game\_story\events\summon.rpy. Make sure there are no tabs, only spaces, and exactly the same number as in the above code. If you don't, the gods of Python will smite your amateur attempts!
Fix: add
Code:
if sacrifice_level < 1:
sacrifice_level = 1