fix compile error, blame @moonheart08

This commit is contained in:
jacob1 2017-07-13 21:02:23 -04:00
parent a76afb0bfc
commit 711d15fe0c

View File

@ -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)