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.
This commit is contained in:
parent
026e613ac6
commit
c750e659a7
@ -3,7 +3,7 @@
|
|||||||
int update_CBNW(UPDATE_FUNC_ARGS) {
|
int update_CBNW(UPDATE_FUNC_ARGS) {
|
||||||
int r, rx, ry, oldt;
|
int r, rx, ry, oldt;
|
||||||
oldt = parts[i].tmp;
|
oldt = parts[i].tmp;
|
||||||
if (pv[y/CELL][x/CELL]<=5)
|
if (pv[y/CELL][x/CELL]<=3)
|
||||||
{
|
{
|
||||||
if(20>(rand()%80000))
|
if(20>(rand()%80000))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user