summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2012-01-19 23:19:39 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-25 13:33:21 (GMT)
commit44545d4c96309092d5980b5fcb8ed4187219cf8a (patch)
tree22a8f2f9f0a48a5f7bdbfa94a4314140f631ed0c /includes
parent509f1d2139358b0d7c81851fc5fd3e3da7566393 (diff)
downloadpowder-44545d4c96309092d5980b5fcb8ed4187219cf8a.zip
powder-44545d4c96309092d5980b5fcb8ed4187219cf8a.tar.gz
Solids wall description, and check build_save was successful when saving a stamp
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h
index a1bb71d..f198ad7 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -689,7 +689,7 @@ 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 solids"},
+ {PIXPACK(0x575757), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks liquids and gasses, 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"},