Skip to content

Commit f3ef520

Browse files
authored
Fix - Tranquillite airlock uses the proper door assembly (ParadiseSS13#17390)
1 parent d589e93 commit f3ef520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/game/machinery/doors/airlock_types.dm

+1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
/obj/machinery/door/airlock/tranquillite
228228
name = "tranquillite airlock"
229229
icon = 'icons/obj/doors/airlocks/station/freezer.dmi'
230+
assemblytype = /obj/structure/door_assembly/door_assembly_tranquillite
230231
doorOpen = null // it's silent!
231232
doorClose = null
232233
doorDeni = null

0 commit comments

Comments
 (0)