summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-18 05:01:46 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-18 05:01:46 (GMT)
commit5d0da4b13882608536ba96e977de1fe4fd6f8b55 (patch)
treed347baa2676899a39a6b4865cdeab84673e18513 /includes
parent9383c1ca4c0b7b1232762fa7511a4179c98caa24 (diff)
downloadpowder-5d0da4b13882608536ba96e977de1fe4fd6f8b55.zip
powder-5d0da4b13882608536ba96e977de1fe4fd6f8b55.tar.gz
Added PIPE, yay. Added whole menu sections to be able to be specifically deleted.
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h2
-rw-r--r--includes/powder.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 0dbb62e..173bc2b 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -113,6 +113,8 @@ int GSPEED;
int love[XRES/9][YRES/9];
int gol[XRES][YRES];
int gol2[XRES][YRES][NGOL];
+int SEC;
+int SEC2;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;
diff --git a/includes/powder.h b/includes/powder.h
index 9924440..cf92906 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -139,7 +139,8 @@
#define PT_WARP 96
#define PT_PUMP 97
#define PT_FWRK 98
-#define PT_NUM 99
+#define PT_PIPE 99
+#define PT_NUM 100
#define R_TEMP 22
#define MAX_TEMP 9999
@@ -329,6 +330,7 @@ static const part_type ptypes[PT_NUM] =
{"WARP", PIXPACK(0x000000), 0.8f, 0.00f * CFDS, 0.9f, 0.70f, -0.1f, 0.0f, 3.00f, 0.000f * CFDS, 0, 0, 0, 0, 30, 1, 1, SC_GAS, R_TEMP +273.15f, 100, "This is what happens to your mind when catelite descibes an element.",TYPE_GAS},
{"PUMP", PIXPACK(0x9EA3B6), 0.0f, 0.00f * CFDS, 0.95f, 0.00f, 0.0f, 0.0f, 0.00f, 0.1f * CFDS, 0, 7, 0, 0, 10, 1, 100, SC_SPECIAL, 273.15f, 0, "Changes pressure to its temp (use HEAT/COOL).", TYPE_SOLID},
{"FWRK", PIXPACK(0x666666), 0.4f, 0.01f * CFDS, 0.99f, 0.95f, 0.0f, 0.4f, 0.00f, 0.000f * CFDS, 1, 0, 0, 0, 0, 1, 97, SC_EXPLOSIVE, R_TEMP+0.0f+273.15f, 100, "First fireworks made, activated by heat/neutrons."},
+ {"PIPE", PIXPACK(0x444444), 0.0f, 0.00f * CFDS, 0.95f, 0.00f, 0.0f, 0.0f, 0.00f, 0.000f * CFDS, 0, 0, 0, 0, 0, 1, 100, SC_SPECIAL, 273.15f, 0, "probably doesn't work", TYPE_SOLID},
//Name Colour Advec Airdrag Airloss Loss Collid Grav Diffus Hotair Fal Burn Exp Mel Hrd M Weights Section H Ins(real world, by triclops200) Description
};