critical fix (#921)

This commit is contained in:
in1tiate 2023-10-03 13:51:27 -05:00 committed by GitHub
parent 4c398d633f
commit 80939aa092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -900,7 +900,7 @@ void Courtroom::set_widgets()
tr("Choose an effect to play on your next spoken message.\n" tr("Choose an effect to play on your next spoken message.\n"
"The effects are defined in your theme/effects/effects.ini. Your " "The effects are defined in your theme/effects/effects.ini. Your "
"character can define custom effects by\n" "character can define custom effects by\n"
"char.ini [Options] category, effects = 'miscname' where it referes " "char.ini [Options] category, effects = 'miscname' where it refers "
"to misc/<miscname>/effects.ini to read the effects.")); "to misc/<miscname>/effects.ini to read the effects."));
// Todo: recode this entire fucking system with these dumbass goddamn ini's // Todo: recode this entire fucking system with these dumbass goddamn ini's
// why is everything so specifically coded for all these purposes is ABSTRACT // why is everything so specifically coded for all these purposes is ABSTRACT