diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-17 15:30:04 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-17 15:30:04 (GMT) |
| commit | 475fd1a0b8f8883506f059223079147ca4b8c385 (patch) | |
| tree | fbc1eaa275a2abee86fd1a5826a79df7bb515b45 /src/simulation/SimulationData.cpp | |
| parent | 609db36f2e44aa915162422e7408726d76e7b2a1 (diff) | |
| download | powder-475fd1a0b8f8883506f059223079147ca4b8c385.zip powder-475fd1a0b8f8883506f059223079147ca4b8c385.tar.gz | |
TPT: Solids wall description, and check build_save was successful when saving a stamp 44545d4c96
Diffstat (limited to 'src/simulation/SimulationData.cpp')
| -rw-r--r-- | src/simulation/SimulationData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/SimulationData.cpp b/src/simulation/SimulationData.cpp index da0cad6..2fb10b2 100644 --- a/src/simulation/SimulationData.cpp +++ b/src/simulation/SimulationData.cpp @@ -130,7 +130,7 @@ wall_type * LoadWalls(int & wallCount) {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"}, |
