-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update example mod for compatibility with recent update
- Loading branch information
1 parent
2733bc6
commit b5d7a2c
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
17 changes: 9 additions & 8 deletions
17
ModGoesHere/AGentleGift/exomod.patch → ModGoesHere/ASmallGIftExomod/exomod.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
diff --git a/./temp/Stories/intro.exo b/./temp/ModStories/intro.exo | ||
index 92eb9b4..df3329c 100644 | ||
index b1c36f7..4b47f20 100644 | ||
--- a/./temp/Stories/intro.exo | ||
+++ b/./temp/ModStories/intro.exo | ||
@@ -724,8 +724,16 @@ | ||
~set right = hidden | ||
@@ -725,8 +725,16 @@ | ||
|
||
Your earliest memories are of your fourth birthday. There's a big cake with a neat holo effect that _looks_ like fire, but when you reach out to touch it all you get is a handful of icing. Yummy! | ||
+ | ||
|
||
- Your favorite present is: | ||
- | ||
+ // modded content | ||
+ - | ||
+ ~set card = whiteFlower | ||
+ Your mom also gives you a beautiful flower as a gift. It was dried and pressed flat to preserve it during the long journey. | ||
+ Your mom also gives you a beautiful flower as a gift. It was dried and pressed flat so it could be preserved during the long journey. | ||
+ You haven't seen flowers outside of picture books, and it's really pretty! | ||
+ Later, when you're older, you'll look at the flower and think about how carefully and gently your mom must have folded down each soft petal. | ||
|
||
- Your favorite present is: | ||
+ | ||
+ - | ||
+ Your other favorite present is: | ||
+ | ||
** Your mom's gardening trowel | ||
~set mem_work_farm + 5 | ||
~set skill_biology + 5 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters