Merge pull request #8802 from VOREStation/upstream-merge-7536

[MIRROR] Fixes a copypaste slip with heat protection
This commit is contained in:
Novacat
2020-08-22 09:23:05 -04:00
committed by GitHub
+1 -1
View File
@@ -111,7 +111,7 @@
. = FALSE
if(LAZYLEN(accessories))
for(var/obj/item/clothing/C in accessories)
if(C.handle_low_temperature(tempcheck))
if(C.handle_high_temperature(tempcheck))
. = TRUE
if(max_heat_protection_temperature && max_heat_protection_temperature >= tempcheck)