1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

Minor spelling correction

This commit is contained in:
jeffreyhaines 2016-12-13 10:46:16 -05:00 committed by GitHub
parent 88e07640d5
commit 2d928fac36

View file

@ -5,7 +5,7 @@ In this first chapter we will create a mod that adds a new ring with a simple
enchantment to the game. The ring will give its wearer a permanent Night Vision enchantment to the game. The ring will give its wearer a permanent Night Vision
effect while being worn. You don't need prior knowledge about modding effect while being worn. You don't need prior knowledge about modding
Morrowind, but you should be familiar with the game itself. There will be no Morrowind, but you should be familiar with the game itself. There will be no
scripting necessary, we chan achieve everything using just what the base game scripting necessary, we can achieve everything using just what the base game
offers out of the box. Before continuing make sure that OpenMW is properly offers out of the box. Before continuing make sure that OpenMW is properly
installed and playable. installed and playable.