diff options
| author | Ant <hp2133@hp2133-laptop.(none)> | 2010-08-20 19:50:53 (GMT) |
|---|---|---|
| committer | Ant <hp2133@hp2133-laptop.(none)> | 2010-08-20 19:50:53 (GMT) |
| commit | ce36e304bbc87daaeddac0c2157e5234f392e6b8 (patch) | |
| tree | 6c1f08aa7ceaec1acbe7a449ba847c05290559d5 | |
| parent | 873dfea74daed5ab3ae8dd0ee99aa1c770a885ab (diff) | |
| download | powder-ce36e304bbc87daaeddac0c2157e5234f392e6b8.zip powder-ce36e304bbc87daaeddac0c2157e5234f392e6b8.tar.gz | |
Added Diesel [DESL] to replace OILs relationship with GAS. Recommit to undo merge with FacialTurd's
| -rwxr-xr-x | powder.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1588,7 +1588,7 @@ void update_particles_i(pixel *vid, int start, int inc) t = parts[i].type = PT_PLAS; if(t==PT_DESL && pv[y/CELL][x/CELL]<-20.0f) t = parts[i].type = PT_GASS; - if(t==PT_DESL && pv[y/CELL][x/CELL]>60.0f) // Only way I know to make it + if(t==PT_DESL && pv[y/CELL][x/CELL]>50.0f) // Only way I know to make it t = parts[i].type = PT_FIRE; // combust under pressure. if(t==PT_GASS && pv[y/CELL][x/CELL]>20.0f) t = parts[i].type = PT_DESL; |
