diff options
| author | Catelite <liclockwork@yahoo.com> | 2012-06-06 15:28:20 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-07 13:03:31 (GMT) |
| commit | b5202ad38afe6cd4472d68f21ba7daacb03468fc (patch) | |
| tree | 5a5ebe08cc05561d9b918d289709d55be547faa2 /src/elements | |
| parent | f77f1ab485b8e710421afb2551e9372784157d4d (diff) | |
| download | powder-b5202ad38afe6cd4472d68f21ba7daacb03468fc.zip powder-b5202ad38afe6cd4472d68f21ba7daacb03468fc.tar.gz | |
...Doubled pressure generating limit, so it doesn't explode out of containers -quite- as much.
Diffstat (limited to 'src/elements')
| -rw-r--r-- | src/elements/exot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/exot.c b/src/elements/exot.c index e631b46..7c851bd 100644 --- a/src/elements/exot.c +++ b/src/elements/exot.c @@ -46,7 +46,7 @@ int update_EXOT(UPDATE_FUNC_ARGS) { parts[i].temp = 10000; } else - pv[y/CELL][x/CELL] += (parts[i].tmp2*CFDS)/40000; + pv[y/CELL][x/CELL] += (parts[i].tmp2*CFDS)/160000; if (pv[y/CELL][x/CELL]>200 && parts[i].temp>9000 && parts[i].tmp2>200) { part_change_type(i, x, y, PT_WARP); |
