Skip to content

Commit

Permalink
Minor prose corrections.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Wedge009 committed Oct 21, 2020
1 parent ff4456c commit e123956
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/core/editor/help.cfg
Expand Up @@ -168,7 +168,7 @@ This tool has not been implemented yet."
id=editor_named_area
title= _ "Named Areas"
text= _ "This tool can create [time_area]s, unlike the name suggests these do not need to have a specific time zone assigned to them.
[time_area]s are sets of tiles which can be addressed during scenario scripting by a their id. [time_area]s can optionally have a custom
[time_area]s are sets of tiles which can be addressed during scenario scripting by their id. [time_area]s can optionally have a custom
time zone assigned to them. The simplest way to address a [time_area] via scenario scripting is the `area=` attribute in standard location filters.
This tool can be used to abstract between the implementation of an effect and the map specific setting.
Expand Down
2 changes: 1 addition & 1 deletion data/core/help.cfg
Expand Up @@ -619,7 +619,7 @@ Switch debug mode on (does not work in multiplayer). See <ref>dst='debug_command
Debug mode is turned off by quitting the game or :nodebug.
" + "<header>text=':droid [<side>] [on|off|full]'</header>" + _ "
Switch a side between human and AI control. The second parameter can be ‘off’ to bring the side under human control, ‘on’ to watch the AI make its moves, or ‘full’ to make the AI’s turn behave similarily to another player‘s turn. If no second parameter is supplied, it toggles between ‘on’ and ‘off’. Defaults to toggling the currently active side if no parameters are supplied.
Switch a side between human and AI control. The second parameter can be ‘off’ to bring the side under human control, ‘on’ to watch the AI make its moves, or ‘full’ to make the AI’s turn behave similarly to another player‘s turn. If no second parameter is supplied, it toggles between ‘on’ and ‘off’. Defaults to toggling the currently active side if no parameters are supplied.
" + "<header>text=':controller <side>'</header>" + _ "
Display the controller status of a side.
Expand Down
2 changes: 1 addition & 1 deletion data/core/units/monsters/Icemonax.cfg
Expand Up @@ -30,7 +30,7 @@
undead_variation=mounted
cost=11
usage=fighter
description=_ "Icemonax are a strange beast of the frozen north, best described as a large, armored ground squirrel. Their armor accummulates frost and snow, even in more temperate climates. Most Icemonax are curious, often wandering into places they do not belong. Despite this, efforts to study and domesticate them have failed, as they die soon after capture."
description=_ "Icemonax are a strange beast of the frozen north, best described as a large, armored ground squirrel. Their armor accumulates frost and snow, even in more temperate climates. Most Icemonax are curious, often wandering into places they do not belong. Despite this, efforts to study and domesticate them have failed, as they die soon after capture."
die_sound=tusker-die.ogg
{DEFENSE_ANIM "units/monsters/glypto/young-glypto-defend2.png" "units/monsters/glypto/young-glypto-defend1.png" tusker-hit.ogg }
[defense]
Expand Down
2 changes: 1 addition & 1 deletion data/core/units/monsters/Icemonax_Greater.cfg
Expand Up @@ -31,7 +31,7 @@
undead_variation=mounted
cost=26
usage=fighter
description=_ "Icemonax are a strange beast of the frozen north, best described as a large, armored ground squirrel. Their armor accummulates ice and snow, even when the climate is warm and dry. Some Icemonax grow to be quite large and powerful, guarding their smaller, younger kin."
description=_ "Icemonax are a strange beast of the frozen north, best described as a large, armored ground squirrel. Their armor accumulates ice and snow, even when the climate is warm and dry. Some Icemonax grow to be quite large and powerful, guarding their smaller, younger kin."
die_sound=tusker-die.ogg
# [movement_anim]
# [frame]
Expand Down
2 changes: 1 addition & 1 deletion data/core/units/monsters/Tusker_Gorer.cfg
Expand Up @@ -31,7 +31,7 @@
undead_variation=mounted
cost=15
usage=fighter
description=_ "As Tuskers age, their already formidable teeth grow longer and more numerous. A mature boar gorer is a valuable asset to any farmer. And angry boar gorer is a challenge even to the best hunters"
description=_ "As Tuskers age, their already formidable teeth grow longer and more numerous. A mature boar gorer is a valuable asset to any farmer. And an angry boar gorer is a challenge even to the best hunters."
die_sound=tusker-die.ogg
{NOTE_CHARGE}
[movement_anim]
Expand Down

0 comments on commit e123956

Please sign in to comment.