summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2012-05-15 16:57:42 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2012-05-17 20:56:20 (GMT)
commit9a30a580d274dffc90833b1188241eca71fd8633 (patch)
tree99baaa7129208a3aab19b1ae3bf2eb12601967e2 /includes
parent66b946d5c6bdbd72afd66e625a7e1d151db95c1f (diff)
downloadpowder-9a30a580d274dffc90833b1188241eca71fd8633.zip
powder-9a30a580d274dffc90833b1188241eca71fd8633.tar.gz
Spelling
("gases" seems to be the more popular version of the plural noun)
Diffstat (limited to 'includes')
-rw-r--r--includes/interface.h2
-rw-r--r--includes/powder.h12
2 files changed, 7 insertions, 7 deletions
diff --git a/includes/interface.h b/includes/interface.h
index 61e865e..c1e48f1 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -74,7 +74,7 @@ static menu_section msections[] = //doshow does not do anything currently.
{"\xD6", "Powered Materials", 0, 1},
{"\xE2", "Force Creating", 0, 1},
{"\xC3", "Explosives", 0, 1},
- {"\xC5", "Gasses", 0, 1},
+ {"\xC5", "Gases", 0, 1},
{"\xC4", "Liquids", 0, 1},
{"\xD0", "Powders", 0, 1},
{"\xD1", "Solids", 0, 1},
diff --git a/includes/powder.h b/includes/powder.h
index 3488d28..dcf5d03 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -253,7 +253,7 @@
#define TYPE_PART 0x00001 //1 Powders
#define TYPE_LIQUID 0x00002 //2 Liquids
#define TYPE_SOLID 0x00004 //4 Solids
-#define TYPE_GAS 0x00008 //8 Gasses (Includes plasma)
+#define TYPE_GAS 0x00008 //8 Gases (Includes plasma)
#define TYPE_ENERGY 0x00010 //16 Energy (Thunder, Light, Neutrons etc.)
#define PROP_CONDUCTS 0x00020 //32 Conducts electricity
#define PROP_BLACK 0x00040 //64 Absorbs Photons (not currently implemented or used, a photwl attribute might be better)
@@ -726,17 +726,17 @@ static wall_type wtypes[] =
{PIXPACK(0x808080), PIXPACK(0x000000), 0, "Erases walls."},
{PIXPACK(0x808080), PIXPACK(0x000000), 3, "Wall. Indestructible. Blocks everything."},
{PIXPACK(0x3C3C3C), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks particles, allows air"},
- {PIXPACK(0x575757), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks liquids and gasses, allows powders"},
+ {PIXPACK(0x575757), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks liquids and gases, allows powders"},
{PIXPACK(0xFFFF22), PIXPACK(0x101010), 2, "Conductor, allows particles, conducts electricity"},
{PIXPACK(0x242424), PIXPACK(0x101010), 0, "E-Hole, absorbs particles, release them when powered"},
{PIXPACK(0xFFFFFF), PIXPACK(0x000000), -1, "Air, creates airflow and pressure"},
- {PIXPACK(0xFFBB00), PIXPACK(0x000000), -1, "Heats the targetted element."},
- {PIXPACK(0x00BBFF), PIXPACK(0x000000), -1, "Cools the targetted element."},
+ {PIXPACK(0xFFBB00), PIXPACK(0x000000), -1, "Heats the targeted element."},
+ {PIXPACK(0x00BBFF), PIXPACK(0x000000), -1, "Cools the targeted element."},
{PIXPACK(0x303030), PIXPACK(0x000000), -1, "Vacuum, reduces air pressure."},
- {PIXPACK(0x579777), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks liquids and solids, allows gasses"},
+ {PIXPACK(0x579777), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks liquids and solids, allows gases"},
{PIXPACK(0x000000), PIXPACK(0x000000), -1, "Drag tool"},
{PIXPACK(0xFFEE00), PIXPACK(0xAA9900), 4, "Gravity wall"},
- {PIXPACK(0x0000BB), PIXPACK(0x000000), -1, "Postive gravity tool."},
+ {PIXPACK(0x0000BB), PIXPACK(0x000000), -1, "Positive gravity tool."},
{PIXPACK(0x000099), PIXPACK(0x000000), -1, "Negative gravity tool."},
{PIXPACK(0xFFAA00), PIXPACK(0xAA5500), 4, "Energy wall, allows only energy type particles to pass"},
{PIXPACK(0xFFAA00), PIXPACK(0xAA5500), -1, "Property edit tool"},