Merge pull request #7296 from Cyantime/patch-2

Fixes heater examining
This commit is contained in:
Atermonera
2020-06-19 22:00:50 -07:00
committed by VirgoBot
parent 8c3804d59a
commit 90d75bf320

View File

@@ -159,6 +159,6 @@
..()
/obj/machinery/atmospherics/unary/heater/examine(mob/user)
..()
. = ..()
if(panel_open)
. += "The maintenance hatch is open."