Fixes a copypaste slip with heat protection (#7536)

Found while digging around for something else
This commit is contained in:
Verkister
2020-08-22 01:12:18 -07:00
committed by GitHub
parent 377809b2ec
commit b81a4ba8d6
+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)