Skip to content
Snippets Groups Projects
Commit 118d0221 authored by Tristimdorion's avatar Tristimdorion
Browse files

Fixed: comparison.

parent 0cc0f487
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ init -1 python:
if height is None:
height = 0.825 + (renpy.random.random()/7)
if mc_title = None:
if mc_title is None:
mc_title = "Stranger"
if return_character is None: #Either we aren't getting a pre-made, or we are out of them.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment