Skip to content

Commit

Permalink
Removes duplicate data for ai airlock menu (tgstation#32843)
Browse files Browse the repository at this point in the history
  • Loading branch information
JJRcop authored and duncathan committed Nov 18, 2017
1 parent 4ef6dda commit 3ef9cd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/machinery/doors/airlock.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1375,8 +1375,6 @@
power["backup_timeleft"] = src.secondsBackupPowerLost
data["power"] = power

data["density"] = density
data["welded"] = welded
data["shock"] = secondsElectrified == 0 ? 2 : 0
data["shock_timeleft"] = secondsElectrified
data["id_scanner"] = !aiDisabledIdScanner
Expand Down

0 comments on commit 3ef9cd0

Please sign in to comment.