| summaryrefslogtreecommitdiff |
diff options
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, |


