mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
fix compile error, blame @moonheart08
This commit is contained in:
@@ -132,7 +132,7 @@ int Element_PROT::update(UPDATE_FUNC_ARGS)
|
|||||||
else if (parts[i].tmp > 420)
|
else if (parts[i].tmp > 420)
|
||||||
element = PT_URAN;
|
element = PT_URAN;
|
||||||
else if (parts[i].tmp > 310)
|
else if (parts[i].tmp > 310)
|
||||||
element = PT_POLO
|
element = PT_POLO;
|
||||||
else if (parts[i].tmp > 250)
|
else if (parts[i].tmp > 250)
|
||||||
element = PT_PLSM;
|
element = PT_PLSM;
|
||||||
else if (parts[i].tmp > 100)
|
else if (parts[i].tmp > 100)
|
||||||
|
Reference in New Issue
Block a user