| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-07-30 20:06:55 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-07-30 20:06:55 +0200 | 
| commit | 196f09811d8acae6447c9430ba33cd6620cf3231 (patch) | |
| tree | 75eccc73414d138dd1fc74ca9bf8b84583f065fb /data/examples | |
| parent | 44deeb7463e63eea1f7c6724dda2d12885c2b1e8 (diff) | |
Diffstat (limited to 'data/examples')
| -rw-r--r-- | data/examples/monster_battle/in_your_room.fate | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/data/examples/monster_battle/in_your_room.fate b/data/examples/monster_battle/in_your_room.fate index 892c680..8f30a00 100644 --- a/data/examples/monster_battle/in_your_room.fate +++ b/data/examples/monster_battle/in_your_room.fate @@ -52,7 +52,7 @@                 Oh! You found something!              )           ) -         (imacro get_item (ref (var potion))) +         (macro get_item (ref (var potion)))        )        (text_effect narrator           No, you don't find anything. @@ -70,7 +70,7 @@     (text_effect narrator        It's a monster-holder! There's a note, too.     ) -   (imacro generate_random_creature (var player.creature)) +   (macro generate_random_creature (var player.creature))     (event pause)     (text_effect note_reading        Hey sleepyhead. I couldn't wake you up for your big day, but lucky you, | 


