diff --git a/src/dev-util/hardcoded_cards.gd b/src/dev-util/hardcoded_cards.gd index 3c9bb684..bd2a0d49 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 2a271437..96c5cc61 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 afbc5c86..3441f319 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 17fa6f18..178d83ad 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 2b1f0cb2..c22c3765 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 dc643ac8..55a63e0d 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 d4871abe..13aa7631 100644 Binary files a/src/internationalisation.notes.translation and b/src/internationalisation.notes.translation differ