mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-08 06:50:46 +02:00
Fix for commit d71a0d98
: also adjust melting point of BRMT(TUNG) based on TUNG HighTemperature value
This commit is contained in:
@@ -3563,7 +3563,7 @@ void Simulation::UpdateParticles(int start, int end)
|
|||||||
{
|
{
|
||||||
if (parts[i].ctype == PT_TUNG)
|
if (parts[i].ctype == PT_TUNG)
|
||||||
{
|
{
|
||||||
if (ctemph < 3695.0)
|
if (ctemph < elements[parts[i].ctype].HighTemperature)
|
||||||
s = 0;
|
s = 0;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user