Skip to content

Commit

Permalink
Set engulf sizes of floating toxins to 0 to disable engulfing on them (
Browse files Browse the repository at this point in the history
…#5791)

Set engulf sizes of floating toxins to 0 to disable engulfing

on them to avoid message to the player about them being not engulfable due to size
  • Loading branch information
hhyyrylainen authored Jan 8, 2025
1 parent 85b961d commit 62c1135
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions simulation_parameters/microbe_stage/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1200,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -220,7 +220,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -586,7 +586,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -828,7 +828,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -1094,7 +1094,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -1410,7 +1410,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -1673,7 +1673,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -1915,7 +1915,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -2203,7 +2203,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -2482,7 +2482,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down Expand Up @@ -2774,7 +2774,7 @@
"Radius": 2,
"ChunkScale": 1,
"PhysicsDensity": 1000,
"Size": 10000,
"Size": 0,
"Damages": 10,
"DeleteOnTouch": true,
"Compounds": {},
Expand Down

0 comments on commit 62c1135

Please sign in to comment.