summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBryan Hoyle <starfoxprime@gmail.com>2011-08-16 22:07:12 (GMT)
committer Bryan Hoyle <starfoxprime@gmail.com>2011-08-16 22:07:12 (GMT)
commit161eb60cfa542a72a76598b3cb99a6b1994d3f48 (patch)
treee1535de4bd4b5493889f21f9b4e1eab40bc27cc9 /includes
parente2df8e2c16e17222794fbe94dc9b491101cc34df (diff)
downloadpowder-161eb60cfa542a72a76598b3cb99a6b1994d3f48.zip
powder-161eb60cfa542a72a76598b3cb99a6b1994d3f48.tar.gz
Added PGRV and NGRV for positive and negative gravity tools (sortof like air and vac, but with gravity)
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 002d799..aacad43 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -23,7 +23,7 @@
#define UI_WALLSTART 222
#define UI_ACTUALSTART 122
-#define UI_WALLCOUNT 21
+#define UI_WALLCOUNT 23
#define WL_WALLELEC 122
#define WL_EWALL 123
@@ -47,6 +47,8 @@
#define SPC_COOL 238
#define SPC_VACUUM 239
#define SPC_WIND 241
+#define SPC_PGRV 243
+#define SPC_NGRV 244
#define WL_ALLOWGAS 140
@@ -933,6 +935,9 @@ static wall_type wtypes[] =
{PIXPACK(0x579777), PIXPACK(0x000000), 1, "Wall. Indestructible. Blocks liquids and solids, allows gasses"},
{PIXPACK(0x000000), PIXPACK(0x000000), -1, "Drag tool"},
{PIXPACK(0xFFEE00), PIXPACK(0xAA9900), 4, "Gravity wall"},
+ {PIXPACK(0x0000BB), PIXPACK(0x000000), -1, "Postive gravity tool."},
+ {PIXPACK(0x000099), PIXPACK(0x000000), -1, "Negative gravity tool."},
+
};
#define CHANNELS ((int)(MAX_TEMP-73)/100+2)