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

Fixed set what_color for text effect options.

parent af7a8079
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ init 2 python:
if hasattr(person.char, "who_args"):
person.char.who_args["color"] = color
person.what_color = color
if person.title:
person.set_title(remove_display_tags(person.title))
if person.possessive_title:
......
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