Skip to content

Commit

Permalink
Update airlock_types.dm (BeeStation#9781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rukofamicom authored Sep 13, 2023
1 parent 4b339f1 commit eb59ed5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/game/machinery/doors/airlock_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
icon = 'icons/obj/doors/airlocks/station/command.dmi'
assemblytype = /obj/structure/door_assembly/door_assembly_com
normal_integrity = 450
security_level = AIRLOCK_SECURITY_PLASTEEL_O_S

/obj/machinery/door/airlock/security
icon = 'icons/obj/doors/airlocks/station/security.dmi'
Expand Down Expand Up @@ -86,7 +85,6 @@
opacity = FALSE
glass = TRUE
normal_integrity = 400
security_level = AIRLOCK_SECURITY_PLASTEEL_O_S

/obj/machinery/door/airlock/engineering/glass
opacity = FALSE
Expand Down Expand Up @@ -444,7 +442,6 @@
assemblytype = /obj/structure/door_assembly/door_assembly_highsecurity
explosion_block = 2
normal_integrity = 500
security_level = AIRLOCK_SECURITY_IRON
damage_deflection = 30

//////////////////////////////////
Expand Down Expand Up @@ -476,7 +473,6 @@
hackProof = TRUE
aiControlDisabled = 1
normal_integrity = 700
security_level = AIRLOCK_SECURITY_IRON
allow_repaint = FALSE

//////////////////////////////////
Expand Down

0 comments on commit eb59ed5

Please sign in to comment.