mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 02:43:58 +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)
|
||||
element = PT_URAN;
|
||||
else if (parts[i].tmp > 310)
|
||||
element = PT_POLO
|
||||
element = PT_POLO;
|
||||
else if (parts[i].tmp > 250)
|
||||
element = PT_PLSM;
|
||||
else if (parts[i].tmp > 100)
|
||||
|
Reference in New Issue
Block a user