Fixes Examine Crashes (#17430)

* Fixes Examine Crashes

* fukken indentations
This commit is contained in:
Wowzewow (Wezzy)
2023-09-27 18:22:04 +08:00
committed by GitHub
parent 725d999680
commit fd26ff32e2
32 changed files with 147 additions and 136 deletions
+1 -1
View File
@@ -327,7 +327,7 @@
/obj/item/organ/internal/vaurca/preserve/examine(mob/user, distance, is_adjacent)
. = ..()
if(distance <= 0)
if(is_adjacent)
var/celsius_temperature = air_contents.temperature - T0C
var/descriptive
switch(celsius_temperature)