summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
authorCate <cate@cate-6sh2.(none)>2011-09-22 19:57:18 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-09-23 20:04:08 (GMT)
commitc750e659a741e17057c880c86d607330125be3ec (patch)
tree8bc4090d4a39129b9a3d72f6a915d85e1d1de09e /src/elements
parent026e613ac62950e8fe0f80069093a224fe8db4c8 (diff)
downloadpowder-c750e659a741e17057c880c86d607330125be3ec.zip
powder-c750e659a741e17057c880c86d607330125be3ec.tar.gz
Decreased pressure cap on ambient fizzling from 5 to 3. Due to ambient pressure decrease in Air.c, carb water has trouble reaching this. Looks better when released at 3 anyhow.
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/cbnw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/cbnw.c b/src/elements/cbnw.c
index 80bc19a..62655cf 100644
--- a/src/elements/cbnw.c
+++ b/src/elements/cbnw.c
@@ -3,7 +3,7 @@
int update_CBNW(UPDATE_FUNC_ARGS) {
int r, rx, ry, oldt;
oldt = parts[i].tmp;
- if (pv[y/CELL][x/CELL]<=5)
+ if (pv[y/CELL][x/CELL]<=3)
{
if(20>(rand()%80000))
{