mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-03-24 00:00:24 +01:00
fix compile error, blame @moonheart08
This commit is contained in:
parent
a76afb0bfc
commit
711d15fe0c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user