From 42bcdbc423fbcbeb0054ed914d11aa0748206d1f Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 22 Feb 2016 19:29:36 -0800 Subject: [PATCH] tweaks --- desktop/src-common/advent/screens/credits.clj | 4 ++-- desktop/src-common/advent/screens/rooms/space.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/src-common/advent/screens/credits.clj b/desktop/src-common/advent/screens/credits.clj index cb722126..e58830b7 100644 --- a/desktop/src-common/advent/screens/credits.clj +++ b/desktop/src-common/advent/screens/credits.clj @@ -21,10 +21,10 @@ (def credit-messages [["\"Tick's Tales\" Created By" "Bryce Covert"] + ["Kiss for Courage" + "Jana Covert"] ["Frog Legs" "Marya Yama"] - ["Perspective Tutorials" - "Jana Covert"] ["Motivational Tapes" "Eriq Chang"] ["In Honor Of" diff --git a/desktop/src-common/advent/screens/rooms/space.clj b/desktop/src-common/advent/screens/rooms/space.clj index 9e1bb6ab..10c13578 100644 --- a/desktop/src-common/advent/screens/rooms/space.clj +++ b/desktop/src-common/advent/screens/rooms/space.clj @@ -263,7 +263,7 @@ (actions/do-dialogue entities :ego "Showing Bloodclot a trophy for wisdom doesn't seem very wise.")) :medal (actions/get-script entities - (actions/do-dialogue :ego "His little finger could've beaten me in an arm wrestling match!")) + (actions/do-dialogue entities :ego "His little finger could've beaten me in an arm wrestling match!")) :crowbar (actions/get-script entities (actions/do-dialogue entities :ego "I don't want to get too close while he still has his lightning gem." :ego "And this crowbar's too heavy for me to swing."))