From c00390460043c2c84f5323e4d66c7dbb34f1ed41 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Fri, 26 Jun 2020 19:14:20 +0200 Subject: [PATCH] Update code/game/machinery/doors/door.dm Co-authored-by: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> --- code/game/machinery/doors/door.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/doors/door.dm b/code/game/machinery/doors/door.dm index 15f83fa268..02a7e4ef97 100644 --- a/code/game/machinery/doors/door.dm +++ b/code/game/machinery/doors/door.dm @@ -18,7 +18,7 @@ var/secondsElectrified = 0 var/shockedby - var/visible = TRUE // To explain: Wheter the door can block line of sight when closed or not. + var/visible = TRUE // To explain: Whether the door can block line of sight when closed or not. var/operating = FALSE var/glass = FALSE var/welded = FALSE