diff --git a/src/dev-util/hardcoded_cards.gd b/src/dev-util/hardcoded_cards.gd index 3c9bb68..bd2a0d4 100644 --- a/src/dev-util/hardcoded_cards.gd +++ b/src/dev-util/hardcoded_cards.gd @@ -12,7 +12,7 @@ static var source_dicts: Array[Dictionary] = [ "joy": ["worried_mother", "thomas_gifted", []] }, { - "comic_heroes": ["effort", "thomas_gifted", []], + "comic_heroes": ["effort", "agent_q", []], "boy_stuff": ["pretending", "girls", []], "teasing": ["stubborn", "good_intended", ["thomas_gifted"]] }, diff --git a/src/internationalisation.csv b/src/internationalisation.csv index 2a27143..96c5cc6 100644 --- a/src/internationalisation.csv +++ b/src/internationalisation.csv @@ -162,7 +162,7 @@ worried_mother,my mother would be worried about that,meiner Mutter macht das Sor thomas_gifted,Mr Thomas thinks that makes me gifted.,Herr Thomas denkt das macht mich begabt.,,, comic_heroes,Comic heroes are my role models ,Comic Helden sind meine Vorbilder,,, effort,"when I put in the effort, I can make the world a better place","wenn ich mich nur anstrenge, kann ich die Welt verbessern!",,, -thomas_gifted,and I want to be like agent q!,"Ich will so sein, wie Agend Clue!",,, +agent_q,and I want to be like agent q!,"Ich will so sein, wie Agend Clue!",,, boy_stuff,I like boy stuff ,Ich mag Jugns Kram,,, pretending,yet they think I'm just pretending,aber die denken ich tu einfach nur so.,,, girls,and girls don't get that.,und Mädchen verstehen das einfach nicht!,,, diff --git a/src/internationalisation.de.translation b/src/internationalisation.de.translation index afbc5c8..3441f31 100644 Binary files a/src/internationalisation.de.translation and b/src/internationalisation.de.translation differ diff --git a/src/internationalisation.en.translation b/src/internationalisation.en.translation index 17fa6f1..178d83a 100644 Binary files a/src/internationalisation.en.translation and b/src/internationalisation.en.translation differ diff --git a/src/internationalisation.es.translation b/src/internationalisation.es.translation index 2b1f0cb..c22c376 100644 Binary files a/src/internationalisation.es.translation and b/src/internationalisation.es.translation differ diff --git a/src/internationalisation.ja.translation b/src/internationalisation.ja.translation index dc643ac..55a63e0 100644 Binary files a/src/internationalisation.ja.translation and b/src/internationalisation.ja.translation differ diff --git a/src/internationalisation.notes.translation b/src/internationalisation.notes.translation index d4871ab..13aa763 100644 Binary files a/src/internationalisation.notes.translation and b/src/internationalisation.notes.translation differ