# HG changeset patch # User Wuzzy # Date 1544751422 0 # Node ID a15513ab7e2b80a90c8c3888d6b88204ff42a3c6 # Parent e8df7f4501a64cd512ed92d1c51e127bcad73208 Missions: update link diff -r e8df7f4501a6 -r a15513ab7e2b Missions.wiki --- a/Missions.wiki Thu Dec 13 11:36:10 2018 +0000 +++ b/Missions.wiki Fri Dec 14 01:37:02 2018 +0000 @@ -23,7 +23,7 @@ * Enable the game flag `gfOneClanMode` if you need only one clan for your mission. * Normally, the game ends when all hedgehogs are dead or one clan is remaining (unless `gfOneClanMode` is set). You can call `EndGame` to end the game manually. * Call `SendStat` to customize the statistics screen. - * Use the [LuaLibraries#Locale Locale] library to make your mission translatable. Enclose the human-readable texts in `loc`. + * Use the [LuaLibraryLocale Locale] library to make your mission translatable. * When making your mission translatable, use Lua's `string.format` to insert numbers and other strings instead of just concatenating everything together. * If you want to create complex animations and/or cinematics, include and use the [LuaLibraries#Animate Animate] library.