mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 10:41:42 +00:00
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
//Terribly sorry for the code doubling, but things go derpy otherwise.
|
|
/obj/machinery/door/airlock/multi_tile
|
|
width = 2
|
|
|
|
/obj/machinery/door/airlock/multi_tile/glass
|
|
name = "Glass Airlock"
|
|
icon = 'icons/obj/doors/Door2x1glass.dmi'
|
|
opacity = 0
|
|
glass = 1
|
|
assembly_type = "obj/structure/door_assembly/multi_tile"
|
|
|