Update code/game/machinery/doors/door.dm

Co-authored-by: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com>
This commit is contained in:
Ghom
2020-06-26 19:14:20 +02:00
committed by GitHub
parent 09ce081565
commit c003904600
+1 -1
View File
@@ -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