mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Merge pull request #8802 from VOREStation/upstream-merge-7536
[MIRROR] Fixes a copypaste slip with heat protection
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user