mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +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 (ctemph < 3695.0)
|
||||
if (ctemph < elements[parts[i].ctype].HighTemperature)
|
||||
s = 0;
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user